We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8885fd0 commit 4c0316bCopy full SHA for 4c0316b
1 file changed
apps/ui/pages/reservation-unit/[...params].tsx
@@ -341,7 +341,7 @@ const ReservationUnitReservationWithReservationProp = ({
341
state === ReservationsReservationStateChoices.Confirmed ||
342
state === ReservationsReservationStateChoices.RequiresHandling
343
) {
344
- router.push(`${reservationsUrl}/${pk}/confirmation`);
+ router.push(`${reservationsUrl}${pk}/confirmation`);
345
} else if (steps?.length > 2) {
346
const order = data.confirmReservation?.order;
347
const checkoutUrl = getCheckoutUrl(order ?? undefined, i18n.language);
0 commit comments