Fix expression

This commit is contained in:
Roman Cervantes 2019-09-03 13:55:46 -07:00
parent e885b6a015
commit f7518e8760

View file

@ -67,7 +67,7 @@ export default {
&& this.gameLists[platformCode]
&& Object.keys(this.gameLists[platformCode]).length;
return this.isOwned && this.clickable;
return isOwned && this.clickable;
},
getGameCount(platform) {