We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194d959 commit 32f1abaCopy full SHA for 32f1aba
packages/frontend/src/components/MkNotification.vue
@@ -53,8 +53,7 @@ SPDX-License-Identifier: AGPL-3.0-only
53
[$style.t_quote]: notification.type === 'quote',
54
[$style.t_pollEnded]: notification.type === 'pollEnded',
55
[$style.t_achievementEarned]:
56
- notification.type === 'achievementEarned',
57
- [$style.t_achievementEarned]: notification.type === 'loginBonus',
+ notification.type === 'achievementEarned' || notification.type === 'loginBonus',
58
[$style.t_exportCompleted]: notification.type === 'exportCompleted',
59
[$style.t_login]: notification.type === 'login',
60
[$style.t_roleAssigned]:
0 commit comments