From 28a4e3532c68809c9c5e2c0b3e689156e6d2f566 Mon Sep 17 00:00:00 2001 From: Richard Bangay Date: Wed, 19 Jun 2024 21:06:40 +0100 Subject: [PATCH] offer review 'go back' button should navigate back to the offer page, not the start of the cancellation journey --- .../supporterplus/SupporterPlusOfferReview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/mma/cancel/cancellationSaves/supporterplus/SupporterPlusOfferReview.tsx b/client/components/mma/cancel/cancellationSaves/supporterplus/SupporterPlusOfferReview.tsx index 6f2046996..ae91123dd 100755 --- a/client/components/mma/cancel/cancellationSaves/supporterplus/SupporterPlusOfferReview.tsx +++ b/client/components/mma/cancel/cancellationSaves/supporterplus/SupporterPlusOfferReview.tsx @@ -240,7 +240,7 @@ export const SupporterPlusOfferReview = () => { priority="subdued" cssOverrides={ctaBtnCss} onClick={() => { - navigate('..'); + navigate('../offer'); }} > Go back