Fix logo on LoginDialog too Fixes #684

This commit is contained in:
Mészáros Mihály 2021-02-09 22:10:54 +01:00
parent 7abfc553bc
commit 46bcf4e52b

View file

@ -116,7 +116,7 @@ const ChooseRoom = ({
>
<DialogTitle>
{ window.config.logo !=='' ?
{ window.config.logo !== null ?
<img alt='Logo' src={window.config.logo} /> :
<Typography variant='h5'> {window.config.title} </Typography>
}