remove unused classes on notifications
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
1f5f8665c8
commit
cc709394c5
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
>
|
>
|
||||||
<still-image
|
<still-image
|
||||||
v-if="notification.emoji_url !== null"
|
v-if="notification.emoji_url !== null"
|
||||||
class="notification-reaction-emoji emoji img"
|
class="notification-reaction-emoji"
|
||||||
:src="notification.emoji_url"
|
:src="notification.emoji_url"
|
||||||
:title="notification.emoji"
|
:title="notification.emoji"
|
||||||
:alt="notification.emoji"
|
:alt="notification.emoji"
|
||||||
|
|
Loading…
Reference in a new issue