feat: allow direct access to my stay from booking confirmation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user