linter fix

This commit is contained in:
Roman Cervantes 2019-09-25 15:22:38 -07:00
parent 3a456d10dd
commit e80d0d8b8b

View file

@ -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() {