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]);
return (
<MessageAckContainer>
<MessageAckContainer converseId={topic.panelId} messageId={topic._id}>
<Root>
<div className="left">
<UserAvatar userId={topic.author} />

Loading…
Cancel
Save