mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 14:42:02 +03:00
chat-window: fix missing history prop
This commit is contained in:
parent
23bec6ab55
commit
580a19eff5
@ -112,6 +112,7 @@ export class ChatScreen extends Component<ChatScreenProps, ChatScreenState> {
|
||||
sidebarShown={props.sidebarShown}
|
||||
popout={props.popout} />
|
||||
<ChatWindow
|
||||
history={props.history}
|
||||
isChatMissing={isChatMissing}
|
||||
isChatLoading={isChatLoading}
|
||||
isChatUnsynced={isChatUnsynced}
|
||||
|
Loading…
Reference in New Issue
Block a user