fix(SW-917): fix correct link to map

This commit is contained in:
Pontus Dreij
2024-11-19 09:17:58 +01:00
parent bd0720dc0f
commit cc15dc2dc2

View File

@@ -48,7 +48,7 @@ export function selectHotel(lang) {
* @param {Lang} lang
*/
export function selectHotelMap(lang) {
return `${base(lang)}/map`
return `${base(lang)}/select-hotel/map`
}
/**