Fix - login screen does not show up

This commit is contained in:
Tomas Bures 2019-07-29 10:00:01 +02:00
parent a876c7b301
commit dba534ba21
2 changed files with 17 additions and 13 deletions

View file

@ -20,7 +20,7 @@ export default class List extends Component {
return (
<div>
<h2>{t('Mailtrain 2 beta')}</h2>
<div>{t('Build') + ' 2019-07-29-0947'}</div>
<div>{t('Build') + ' 2019-07-29-0959'}</div>
</div>
);
}