diff --git a/src/components/Platforms/Platform.vue b/src/components/Platforms/Platform.vue index 2eb7a97f..c1b366cf 100644 --- a/src/components/Platforms/Platform.vue +++ b/src/components/Platforms/Platform.vue @@ -10,7 +10,7 @@ /> @@ -56,6 +56,10 @@ export default { }, methods: { + showCount({ code }) { + return this.ownedPlatform(code) && this.getGameCount(code) > 0 + }, + changePlatform() { if (this.clickable) { this.$store.commit('SET_PLATFORM', this.platform);