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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user