From 5256569bacd5993051a4437bd3f2b4a16c6ac5f0 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Thu, 8 Mar 2018 19:37:27 +0000 Subject: [PATCH] fix(world-boss): remove notification --- website/client/components/header/notifications/worldBoss.vue | 3 ++- website/client/components/shops/market/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 {