Updated notes on armoire when purchasing (#9891)

This commit is contained in:
Keith Holliday
2018-02-05 10:27:10 -07:00
committed by GitHub
parent cb1136aadc
commit 804dd087f8
+2 -2
View File
@@ -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 }}
</template>