Remove unused prop

chats-router
Justin 2 years ago
parent 56c617bd32
commit 5b73afbc4e

@ -53,7 +53,7 @@ const ChatIndex: React.FC = () => {
<Stack className='h-full overflow-hidden'> <Stack className='h-full overflow-hidden'>
<Chat chat={chat} onClick={() => { }} /> <Chat chat={chat} onClick={() => { }} />
<div className='h-full overflow-hidden'> <div className='h-full overflow-hidden'>
<ChatBox className='h-full overflow-hidden' chat={chat} onSetInputRef={() => {}} /> <ChatBox className='h-full overflow-hidden' chat={chat} />
</div> </div>
</Stack> </Stack>
)} )}

Loading…
Cancel
Save