From e8c2382b32398e0a04b0f572394440d355ef0bdd Mon Sep 17 00:00:00 2001 From: Mats Eriksson Date: Mon, 26 Feb 2024 17:14:10 +0200 Subject: [PATCH] Show the arrow icon in Step1 submit button only when continuing --- apps/ui/components/reservation/Step1.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/ui/components/reservation/Step1.tsx b/apps/ui/components/reservation/Step1.tsx index e9f196f756..182fd540e3 100644 --- a/apps/ui/components/reservation/Step1.tsx +++ b/apps/ui/components/reservation/Step1.tsx @@ -350,7 +350,9 @@ const Step1 = ({ } + iconRight={ + requiresHandling ? : undefined + } data-test="reservation__button--update" isLoading={isSubmitting} disabled={!areTermsSpaceAccepted || !areServiceSpecificTermsAccepted}