Merged in feat/SW-2511-hotel-page-map (pull request #2582)
feat(SW-2511): hotel page map and marker improvements * feat(SW-2511): update hotel page map * fix(SW-2511): fix issue with identical id's for POIs Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -137,7 +137,7 @@ export function IconByIconName({
|
||||
case IconName.Calendar:
|
||||
return <MaterialIcon icon="calendar_today" {...props} />
|
||||
case IconName.Camera:
|
||||
return <MaterialIcon icon="camera" {...props} />
|
||||
return <MaterialIcon icon="photo_camera" {...props} />
|
||||
case IconName.Cellphone:
|
||||
case IconName.Phone:
|
||||
return <MaterialIcon icon="phone" {...props} />
|
||||
|
||||
Reference in New Issue
Block a user