Reconnect only for non authenticated

This commit is contained in:
vjrj 2018-05-01 17:41:50 +02:00
parent a1c7e0d6e9
commit 395ee855dd

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.')}