Merged in fix/SW-1111-r2 (pull request #1169)
fix(SW-1111) Fix issues with map Approved-by: Niclas Edenvin
This commit is contained in:
@@ -115,7 +115,7 @@ export default function SelectHotelContent({
|
||||
className={styles.closeButton}
|
||||
asChild
|
||||
>
|
||||
<Link href={selectHotel(lang)} keepSearchParams>
|
||||
<Link href={selectHotel(lang)} keepSearchParams prefetch>
|
||||
<CloseIcon color="burgundy" />
|
||||
{intl.formatMessage({ id: "Close the map" })}
|
||||
</Link>
|
||||
@@ -138,7 +138,10 @@ export default function SelectHotelContent({
|
||||
<CloseLargeIcon />
|
||||
</Link>
|
||||
</Button>
|
||||
<FilterAndSortModal filters={filterList} />
|
||||
<FilterAndSortModal
|
||||
filters={filterList}
|
||||
setShowSkeleton={setShowSkeleton}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{showSkeleton ? (
|
||||
|
||||
Reference in New Issue
Block a user