diff --git a/website/client/components/header/notifications/worldBoss.vue b/website/client/components/header/notifications/worldBoss.vue index 5674304cc3..be3474a9ff 100644 --- a/website/client/components/header/notifications/worldBoss.vue +++ b/website/client/components/header/notifications/worldBoss.vue @@ -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 diff --git a/website/client/components/shops/market/index.vue b/website/client/components/shops/market/index.vue index f1e2f18035..da78e76a69 100644 --- a/website/client/components/shops/market/index.vue +++ b/website/client/components/shops/market/index.vue @@ -495,7 +495,7 @@ export default { categories.push({ identifier: 'cards', text: this.$t('cards'), - items: _map(_filter(this.content.cardTypes, (value, key) => { + items: _map(_filter(this.content.cardTypes, (value) => { return value.yearRound; }), (value) => { return {