From 8133cb58df7e1d3bb6c757e6059220cf9b851fb7 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Mon, 25 Mar 2019 01:36:20 +0100 Subject: [PATCH] Add missing semicolon --- frontend/src/components/upload-perks.component.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/upload-perks.component.vue b/frontend/src/components/upload-perks.component.vue index 0be79dd..ba6f6a1 100644 --- a/frontend/src/components/upload-perks.component.vue +++ b/frontend/src/components/upload-perks.component.vue @@ -64,7 +64,7 @@ export default { }, computed: { buttonText() { - return this.loading ? 'Loading...' : 'Upload' + return this.loading ? 'Loading...' : 'Upload'; }, }, methods: {