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 378a023 commit 068770e
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 @@ -54,7 +54,7 @@ export default function ChannelFeed(props) {

let mp = [...messages];

mp[idx] = update;
mp[idx] = update; //

setMessages(mp, () => {
const feed = feedRef.current;
Expand Down

0 comments on commit 068770e

Please sign in to comment.