fix(SW-1111) Moved map to a page instead of intercepted route
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
AdvancedMarker,
|
||||
AdvancedMarkerAnchorPoint,
|
||||
} from "@vis.gl/react-google-maps"
|
||||
import { memo, useCallback, useState } from "react"
|
||||
import { useCallback, useState } from "react"
|
||||
|
||||
import HotelCardDialog from "@/components/HotelReservation/HotelCardDialog"
|
||||
import Body from "@/components/TempDesignSystem/Text/Body"
|
||||
@@ -84,6 +84,7 @@ function HotelListingMapContent({
|
||||
color={isActiveOrHovered ? "burgundy" : "white"}
|
||||
/>
|
||||
</span>
|
||||
|
||||
<Body
|
||||
asChild
|
||||
color={isActiveOrHovered ? "white" : "baseTextHighContrast"}
|
||||
|
||||
Reference in New Issue
Block a user