chat: added placeholder for empty room

This commit is contained in:
Tyler Brown Cifu Shuster 2020-09-08 13:04:36 -07:00
parent e07509fa11
commit f1a75b7af9

View File

@ -292,7 +292,7 @@ export class ChatWindow extends Component<ChatWindowProps, ChatWindowState> {
className={number === mailboxSize ? 'pb3' : ''}
/>
}}
/> : null}
/> : <div style={{height: '100%', width: '100%'}}></div>}
</Fragment>
);
}