Commit cb7d63f9 authored by Eric Eastwood's avatar Eric Eastwood

Fix comma dangle eslint in application_row.vue

parent 1788cc8e
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
title: this.title, title: this.title,
}, },
); );
} },
}, },
methods: { methods: {
installClicked() { installClicked() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment