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 }}