From f9f69f827dc9685b9b319d0ef92dac3882ed7954 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 28 Sep 2023 13:44:52 -0400 Subject: [PATCH] CSR-1413 prettier --- src/layouts/payment-method/payment-method.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 78dbc3718..90c3d0136 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -65,7 +65,10 @@ export default { async forwardButtonAction() { this.dispatchStoreAction(this.storeActions.SAVE_WORK_ORDER_FLAG, true, false); await submitWorkOrder({ pageNameToLog: "payment-method" }); - this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route); + this.$router.navigateWithoutSaving( + this.navigationScenarios.CLICKED_FORWARD, + this.$route + ); }, }, components: {