Skip to content

Commit

Permalink
Merge pull request #18524 from antonbsa/multiple-leave-audio-datatest
Browse files Browse the repository at this point in the history
fix: Remove leaveAudio data-test from the reaction buttons
  • Loading branch information
antobinary committed Aug 10, 2023
2 parents a3cf5ce + b6c73b4 commit 09f5b8a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -110,7 +110,6 @@ const ReactionsButton = (props) => {
actions.push({
label: <Styled.ButtonWrapper active={currentUserReaction === native}><Emoji key={id} emoji={{ id }} {...emojiProps} /></Styled.ButtonWrapper>,
key: id,
dataTest: 'leaveAudio',
onClick: () => handleReactionSelect(native),
customStyles: actionCustomStyles,
});
Expand Down

0 comments on commit 09f5b8a

Please sign in to comment.