Skip to content
Snippets Groups Projects
Commit 83bc74de authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

fix recent mistakes in react button

parent 42c747a3
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@
<div class="reaction-picker">
<span
v-for="emoji in commonEmojis"
:key="emoji"
:key="emoji.replacement"
class="emoji-button"
:title="emoji.displayText"
@click="addReaction($event, emoji, close)"
@click="addReaction($event, emoji.replacement, close)"
>
{{ emoji.replacement }}
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment