Handle centralized app state and registration + chat history
This commit is contained in:
@@ -21,7 +21,7 @@ export default function ChatContainer(props: Props) {
|
||||
<Spin spinning={loading} />
|
||||
|
||||
<Virtuoso
|
||||
style={{ height: 400 }}
|
||||
style={{ height: '400px' }}
|
||||
ref={chatContainerRef}
|
||||
initialTopMostItemIndex={999}
|
||||
data={messages}
|
||||
|
||||
Reference in New Issue
Block a user