chat-window: fix missing history prop

This commit is contained in:
Logan Allen 2020-08-10 19:52:17 -07:00
parent 23bec6ab55
commit 580a19eff5

View File

@ -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}