From 409bc001011f922c678441bdc1474e0adb0dde38 Mon Sep 17 00:00:00 2001
From: John Cleaver Hides items that have been turned in to the community center. Hides things that are considered spoilers, as defined below.
+ Settings
+
+
+ Displayed Items
+
+
+
{{bundle.reward}}
@@ -16,7 +16,7 @@
{{bundle.room.name}}
{{bundle.room.items_required}}
-
+
{{bundle.room.reward}}
@@ -41,6 +41,9 @@ export default {
computed: {
bundle: function () {
return this.$store.getters.GetBundleById(this.$route.params.id)
+ },
+ hideBundleItems: function () {
+ return this.$store.state.HideSpoilers && this.$store.state.BundleRewardsSpoilers
}
},
components: {
diff --git a/src/components/item_card/ItemCard.vue b/src/components/item_card/ItemCard.vue
index 0503f0c..1675dd7 100644
--- a/src/components/item_card/ItemCard.vue
+++ b/src/components/item_card/ItemCard.vue
@@ -6,7 +6,7 @@