Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
macwilko committed Dec 16, 2023
1 parent 64b1f8b commit 0e05459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/channel-feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function ChannelFeed(props) {
console.error("encountered an error json decoding")
}
}
}, [lastJsonMessage, channelId, messages, me]);
}, [lastJsonMessage, channelId, messages]);

useEffect(() => {
if (!!channelId) {
Expand Down

0 comments on commit 0e05459

Please sign in to comment.