Merged in fix/hotelreservation-skeletons (pull request #1271)

Fix/hotelreservation skeletons

* fix: skeletons in hotelreservation key includes all search params

* fix: skeletons in hotelreservation key includes all search params

* fix: skeletons in hotelreservation key includes all search params
This commit is contained in:
Linus Flood
2025-02-06 13:39:54 +00:00
parent 9ad8d39712
commit da31897835

View File

@@ -96,7 +96,7 @@ export default async function SelectRatePage({
/> />
<Suspense <Suspense
key={`${searchParams.city}-${searchParams.fromDate}-${searchParams.toDate}-${roomKey}-${searchParams.hotelId}`} key={`${searchParams.city}-${searchParams.fromDate}-${searchParams.toDate}-${roomKey}-${hotelId}`}
fallback={<RoomsContainerSkeleton />} fallback={<RoomsContainerSkeleton />}
> >
<RoomsContainer <RoomsContainer