Better loading in FiresMap

This commit is contained in:
vjrj 2018-05-10 11:47:45 +02:00
parent f65c1ee614
commit b7ebb9a28c
3 changed files with 7 additions and 5 deletions

View file

@ -10,7 +10,7 @@ import Blaze from 'meteor/gadicc:blaze-react-component';
const Reconnect = ({ t, authenticated }) => (
<div>
{ !authenticated &&
{ true && /* !authenticated && */
<Blaze
template="meteorStatus"
textDisconnect={t('Desconectado del servidor, reconectando en %delay% segundos.')}