ChatResource: remove unnecessary props

This commit is contained in:
Liam Fitzgerald 2021-04-26 17:06:14 +10:00
parent ae840659da
commit 88a9d9ad1c
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -165,10 +165,9 @@ function ChatResource(props: ChatResourceProps) {
{dragging && <SubmitDragger />}
<ChatWindow
key={station}
history={props.history}
graph={graph}
graphSize={graph.size}
unreadCount={unreadCount}
unreadCount={unreadCount as number}
showOurContact={ !showBanner && hasLoadedAllowed }
association={props.association}
pendingSize={Object.keys(graphTimesentMap[graphPath] || {}).length}