Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsrobot committed Dec 16, 2023
1 parent 77d5e2d commit 9c9d350
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 @@ -109,7 +109,7 @@ export default function ChannelFeed(props) {
return;
}

if (prev.optimistic || prev.id == update.id) {
if (!!prev.optimistic || prev.id == update.id) {

let mp = [...messages];

Expand Down

0 comments on commit 9c9d350

Please sign in to comment.