mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
chat: added placeholder for empty room
This commit is contained in:
parent
e07509fa11
commit
f1a75b7af9
@ -292,7 +292,7 @@ export class ChatWindow extends Component<ChatWindowProps, ChatWindowState> {
|
||||
className={number === mailboxSize ? 'pb3' : ''}
|
||||
/>
|
||||
}}
|
||||
/> : null}
|
||||
/> : <div style={{height: '100%', width: '100%'}}></div>}
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user