We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb12c4 commit ef677b8Copy full SHA for ef677b8
package/src/components/Message/MessageSimple/MessageSimple.tsx
@@ -84,7 +84,7 @@ const MessageSimpleWithContext = <
84
const messageGroupedSingleOrBottom =
85
groupStyles.includes('single') || groupStyles.includes('bottom');
86
87
- const showReactions = hasReactions && ReactionList;
+ const showReactions = message.type !== 'deleted' && hasReactions && ReactionList;
88
89
const lastMessageInMessageListStyles = [styles.lastMessageContainer, lastMessageContainer];
90
const messageGroupedSingleOrBottomStyles = [
0 commit comments