mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix(world-boss): remove notification
This commit is contained in:
@@ -3,7 +3,8 @@ base-notification(
|
|||||||
:can-remove="false",
|
:can-remove="false",
|
||||||
:notification="{}",
|
:notification="{}",
|
||||||
:read-after-click="false",
|
:read-after-click="false",
|
||||||
@click="action"
|
@click="action",
|
||||||
|
v-if="worldBoss.active"
|
||||||
)
|
)
|
||||||
.background(slot="content")
|
.background(slot="content")
|
||||||
.text
|
.text
|
||||||
|
|||||||
@@ -495,7 +495,7 @@ export default {
|
|||||||
categories.push({
|
categories.push({
|
||||||
identifier: 'cards',
|
identifier: 'cards',
|
||||||
text: this.$t('cards'),
|
text: this.$t('cards'),
|
||||||
items: _map(_filter(this.content.cardTypes, (value, key) => {
|
items: _map(_filter(this.content.cardTypes, (value) => {
|
||||||
return value.yearRound;
|
return value.yearRound;
|
||||||
}), (value) => {
|
}), (value) => {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user