fix: clean up hotel and its typings
This commit is contained in:
@@ -12,6 +12,8 @@ export default async function BookingConfirmationPage({
|
||||
setLang(params.lang)
|
||||
void getBookingConfirmation(searchParams.confirmationNumber)
|
||||
return (
|
||||
<BookingConfirmation confirmationNumber={searchParams.confirmationNumber} />
|
||||
<BookingConfirmation
|
||||
confirmationNumber={searchParams.confirmationNumber}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user