diff --git a/src/components/Platforms/Platform.vue b/src/components/Platforms/Platform.vue index d40a0d4f..76782a12 100644 --- a/src/components/Platforms/Platform.vue +++ b/src/components/Platforms/Platform.vue @@ -63,9 +63,11 @@ export default { }, ownedPlatform(platformCode) { - return this.gameLists + const isOwned = this.gameLists && this.gameLists[platformCode] && Object.keys(this.gameLists[platformCode]).length; + + return this.isOwned && this.clickable; }, getGameCount(platform) {