Skip to content

Commit

Permalink
Uses reportActionID instead of the whole reportAction
Browse files Browse the repository at this point in the history
  • Loading branch information
abdel-h66 committed Oct 2, 2023
1 parent ec32b85 commit 3ba9ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Reactions/ReportActionItemEmojiReactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function ReportActionItemEmojiReactions(props) {
{!props.shouldBlockReactions && (
<AddReactionBubble
onSelectEmoji={props.toggleReaction}
reportAction={reportAction}
reportAction={{reportActionID}}
/>
)}
</View>
Expand Down

0 comments on commit 3ba9ba0

Please sign in to comment.