Skip to content

Commit

Permalink
offer review 'go back' button should navigate back to the offer page,…
Browse files Browse the repository at this point in the history
… not the start of the cancellation journey
  • Loading branch information
Richard Bangay committed Jun 19, 2024
1 parent 9a45796 commit 28a4e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const SupporterPlusOfferReview = () => {
priority="subdued"
cssOverrides={ctaBtnCss}
onClick={() => {
navigate('..');
navigate('../offer');
}}
>
Go back
Expand Down

0 comments on commit 28a4e35

Please sign in to comment.