fix(BOOK-138): Back to cities on mobile map view
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -97,10 +97,8 @@ export default function Map({
|
||||
|
||||
function handleClose() {
|
||||
if (fromCountryPage) {
|
||||
const url = new URL(window.location.href)
|
||||
url.searchParams.set("view", "map")
|
||||
router.push(url.toString())
|
||||
setActiveLocation(null)
|
||||
router.back()
|
||||
} else {
|
||||
backToListView()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user