diff --git a/src/components/Platforms/Platform.vue b/src/components/Platforms/Platform.vue index 1db2e42d..24531127 100644 --- a/src/components/Platforms/Platform.vue +++ b/src/components/Platforms/Platform.vue @@ -57,7 +57,7 @@ export default { methods: { showCount({ code }) { - return this.ownedPlatform(code) && this.getGameCount(code) > 0 + return this.ownedPlatform(code) && this.getGameCount(code) > 0; }, changePlatform() {