fix: fix topic ack not work problem

chore/upgrade-rn-0.72.7
moonrailgun 1 year ago
parent 06f67913a2
commit bf886625a9

@ -91,7 +91,7 @@ export const TopicCard: React.FC<{
}, [topic.groupId, topic.panelId, topic._id, comment]); }, [topic.groupId, topic.panelId, topic._id, comment]);
return ( return (
<MessageAckContainer> <MessageAckContainer converseId={topic.panelId} messageId={topic._id}>
<Root> <Root>
<div className="left"> <div className="left">
<UserAvatar userId={topic.author} /> <UserAvatar userId={topic.author} />

Loading…
Cancel
Save