Skip to content

Commit 32f1aba

Browse files
committed
Fix: 通知欄で実績のバッチの背景が透明になってる問題を修正 #64
1 parent 194d959 commit 32f1aba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/frontend/src/components/MkNotification.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ SPDX-License-Identifier: AGPL-3.0-only
5353
[$style.t_quote]: notification.type === 'quote',
5454
[$style.t_pollEnded]: notification.type === 'pollEnded',
5555
[$style.t_achievementEarned]:
56-
notification.type === 'achievementEarned',
57-
[$style.t_achievementEarned]: notification.type === 'loginBonus',
56+
notification.type === 'achievementEarned' || notification.type === 'loginBonus',
5857
[$style.t_exportCompleted]: notification.type === 'exportCompleted',
5958
[$style.t_login]: notification.type === 'login',
6059
[$style.t_roleAssigned]:

0 commit comments

Comments
 (0)