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

Merge branch 'fix/react-button-whoops' into 'develop'

fix #1025 recent mistakes in react button

Closes #1025

See merge request !1306
parents 674c3023 83bc74de
No related branches found
No related tags found
3 merge requests!1386Improve 3 column layout experiment,!1315prepare master for 2.2.2,!1306fix #1025 recent mistakes in react button
Pipeline #33421 passed
......@@ -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