From 6ffe150c728c0aee5ff9476dfa4b9383f5ca3acc Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 13 Dec 2022 10:40:02 -0500 Subject: [PATCH] Format code. --- src/common-components/modal/modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 23f89930a..9845e0891 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -64,7 +64,7 @@ export default { methods: { resetButtonStyle() { this.$refs.buttonMain.resetButtonStyle(); - } + }, }, components: { buttonMain,