Skip to content

Commit 000575f

Browse files
committed
(workaround) remove index compiler warning
1 parent 2ab1cf6 commit 000575f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/ChatMessage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
<button
168168
v-for="(reaction, key) in message.reactions"
169169
v-show="reaction.length"
170-
:key="key"
170+
:key="key + 0"
171171
class="button-reaction"
172172
:class="{
173173
'reaction-me': reaction.indexOf(currentUserId) !== -1

0 commit comments

Comments
 (0)