fix(SW-952): New HotelCard for Map in mobile

This commit is contained in:
Pontus Dreij
2024-12-17 14:03:25 +01:00
parent c468669776
commit 71b11f33ac
12 changed files with 465 additions and 159 deletions

View File

@@ -95,6 +95,7 @@ export default function HotelCardDialogListing({
data={data}
isOpen={!!activeHotelCard}
handleClose={handleClose}
type="listing"
/>
</div>
)