From 2dba3314c1b790c261ec6a830780ebbd6ca774b4 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 29 Dec 2022 09:34:12 -0500 Subject: [PATCH] Prettified again --- src/common-components/funnel-footer/funnel-footer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index e63bf9619..f17e2940d 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -79,7 +79,7 @@ export default { set: function (newValue) { this.forwardClicked = newValue; this.backClicked = newValue; - } + }, }, }, methods: { @@ -95,7 +95,7 @@ export default { document.onkeydown = function (e) { return true; }; - + this.navigationButtonClicked = false; }, buttonClick() {