Skip to content

Commit

Permalink
fix: scroll isse
Browse files Browse the repository at this point in the history
  • Loading branch information
pritipsingh committed Dec 1, 2023
1 parent 5e97f84 commit 8457c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const ChatViewList: React.FC<IChatViewListProps> = (

useEffect(() => {
scrollToBottom();
}, [conversationHash, account, env, chatId, pgpPrivateKey, chatFeed,chatFeed ]);
}, [conversationHash, account, env, chatId, pgpPrivateKey, chatFeed]);

useEffect(() => {
if (
Expand Down

0 comments on commit 8457c9f

Please sign in to comment.