From a3ff7de9ea83cd72bbe8f40f4a069b56d8ba18ed Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 27 Jun 2019 21:34:07 +0100 Subject: [PATCH] Add space, fix linting --- src/components/Application/ApplicationTags.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Application/ApplicationTags.vue b/src/components/Application/ApplicationTags.vue index fadcbda..54a7374 100644 --- a/src/components/Application/ApplicationTags.vue +++ b/src/components/Application/ApplicationTags.vue @@ -18,7 +18,7 @@ export default { return this.$attrs.types[this.application.type].name }, - typeClasses() { + typeClasses () { return { '': 'bg-white border-gray-400', drupal: 'bg-blue-100 border-blue-100 text-white',