Skip to content

Commit bbe3c8c

Browse files
Merge remote-tracking branch 'origin/cc/digisub/journey-routes' into cc/digisub/journey-routes
2 parents f5921ce + ddc9b9b commit bbe3c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/mma/cancel/cancellationSaves/SelectReason.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const SelectReason = () => {
216216
const canContinue = !!selectedReasonId.length;
217217
if (canContinue) {
218218
await postReason();
219-
navigate(navigateToReminder ? '../reminder' : './', {
219+
navigate(navigateToReminder ? '../reminder' : '/', {
220220
state: {
221221
selectedReasonId,
222222
},

0 commit comments

Comments
 (0)