From e80d0d8b8b9b7085a778fb20c4a4c4f2dbd8515c Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Wed, 25 Sep 2019 15:22:38 -0700 Subject: [PATCH] linter fix --- src/components/Platforms/Platform.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Platforms/Platform.vue b/src/components/Platforms/Platform.vue index 1db2e42d..24531127 100644 --- a/src/components/Platforms/Platform.vue +++ b/src/components/Platforms/Platform.vue @@ -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() {