From 804dd087f8235bb62f2c3a6a38ea5d70f1a694c4 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Mon, 5 Feb 2018 10:27:10 -0700 Subject: [PATCH] Updated notes on armoire when purchasing (#9891) --- website/client/components/shops/shopItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/components/shops/shopItem.vue b/website/client/components/shops/shopItem.vue index 5d0c71d5a8..fb229cd85f 100644 --- a/website/client/components/shops/shopItem.vue +++ b/website/client/components/shops/shopItem.vue @@ -36,8 +36,8 @@ div questInfo(:quest="item") div(v-else) h4.popover-content-title(v-once) {{ item.text }} - .popover-content-text(v-if="showNotes", v-once) {{ item.notes }} - + .popover-content-text(v-if='showNotes && item.key !== "armoire"', v-once) {{ item.notes }} + .popover-content-text(v-if='showNotes && item.key === "armoire"') {{ item.notes }} div(v-if="item.event") {{ limitedString }}