Skip to content
Snippets Groups Projects
Commit 2274976c authored by HJ's avatar HJ :fire:
Browse files

post-merge fix

parent 84ebae8e
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@
</div>
<button
class="emoji-reaction btn btn-default"
:class="{ 'picked-reaction': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
:class="{ 'toggled': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
@click="emojiOnClick(reaction.name, $event)"
@mouseenter="fetchEmojiReactionsByIfMissing()"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment