mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
linter fix
This commit is contained in:
parent
3a456d10dd
commit
e80d0d8b8b
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue