Updated notes on armoire when purchasing (#9891)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user