Added connection status

This commit is contained in:
vjrj 2017-11-29 13:38:04 +01:00
parent e83be9c69f
commit 5ab88f7a39
6 changed files with 21 additions and 2 deletions

View 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);