Skip to content

Commit

Permalink
fix: regular emoji reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
verbiricha committed Jan 16, 2024
1 parent 23a8f94 commit 566d5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/ReactionPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function ReactionPicker({
try {
setIsBusy(true);
if (emoji.native) {
await event.react(emoji);
await event.react(emoji.native);
const msg = formatMessage(
{
id: "ngine.react-success",
Expand Down

2 comments on commit 566d5d5

@vercel
Copy link

@vercel vercel bot commented on 566d5d5 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 566d5d5 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.