fix: cache hotel response
This commit is contained in:
@@ -12,8 +12,6 @@ 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