feat(SW-340): Hover actions
This commit is contained in:
@@ -94,7 +94,8 @@ export default function SelectHotelMap({
|
||||
</div>
|
||||
<HotelListing
|
||||
hotels={hotels}
|
||||
cardState={activeHotelPin ? "active" : "default"}
|
||||
activeHotelPin={activeHotelPin}
|
||||
onHotelCardHover={setActiveHotelPin}
|
||||
/>
|
||||
{showBackToTop && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user