Added connection status
This commit is contained in:
parent
e83be9c69f
commit
5ab88f7a39
6 changed files with 21 additions and 2 deletions
9
imports/ui/components/Reconnect/Reconnect.js
Normal file
9
imports/ui/components/Reconnect/Reconnect.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import React from 'react';
|
||||
import { translate } from 'react-i18next';
|
||||
import Blaze from 'meteor/gadicc:blaze-react-component';
|
||||
|
||||
const Reconnect = props => (
|
||||
<Blaze template="meteorStatus" lang={props.i18n.language} />
|
||||
);
|
||||
|
||||
export default translate([], { wait: true })(Reconnect);
|
||||
Loading…
Add table
Add a link
Reference in a new issue