feat: allow direct access to my stay from booking confirmation

This commit is contained in:
Michael Zetterberg
2025-05-06 09:26:02 +02:00
parent 41e5ce25b2
commit 35a2ae9dcc
7 changed files with 32 additions and 23 deletions

View File

@@ -53,12 +53,7 @@ export default async function BookingConfirmation({
]}
vat={booking.vatPercentage}
>
<Confirmation
booking={booking}
hotel={hotel}
room={room}
refId={booking.refId}
>
<Confirmation booking={booking} hotel={hotel} room={room}>
<div className={styles.booking}>
{membershipFailedError && (
<Alert