feat(SW-344): Fixed button in card

This commit is contained in:
Pontus Dreij
2024-11-12 15:26:57 +01:00
parent 32429d0a57
commit 3d235b3176
4 changed files with 21 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ export type HotelPin = {
}[]
amenities: Filter[]
ratings: number | null
operaId: string
}
export interface HotelListingMapContentProps {