Add space, fix linting

This commit is contained in:
Oliver Davies 2019-06-27 21:34:07 +01:00
parent c2111949f5
commit a3ff7de9ea

View file

@ -18,7 +18,7 @@ export default {
return this.$attrs.types[this.application.type].name return this.$attrs.types[this.application.type].name
}, },
typeClasses() { typeClasses () {
return { return {
'': 'bg-white border-gray-400', '': 'bg-white border-gray-400',
drupal: 'bg-blue-100 border-blue-100 text-white', drupal: 'bg-blue-100 border-blue-100 text-white',