From b5148b2d237abdea818709052b9ea941de546179 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Thu, 29 Dec 2022 09:00:22 -0500 Subject: [PATCH] Prettified --- src/common-components/funnel-footer/funnel-footer.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index 4a1c63c16..139186421 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -97,14 +97,12 @@ export default { this.$emit("ForwardClicked"); this.forwardClicked = true; } - }, linkClick() { if (!this.backClicked) { this.$emit("BackClicked"); this.backClicked = true; } - }, }, };