mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(world-boss): remove notification
This commit is contained in:
@@ -3,7 +3,8 @@ base-notification(
|
||||
:can-remove="false",
|
||||
:notification="{}",
|
||||
:read-after-click="false",
|
||||
@click="action"
|
||||
@click="action",
|
||||
v-if="worldBoss.active"
|
||||
)
|
||||
.background(slot="content")
|
||||
.text
|
||||
|
||||
Reference in New Issue
Block a user