mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
Fix expression
This commit is contained in:
parent
e885b6a015
commit
f7518e8760
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue