feat(SW-718): Animation on selection of multiple room

This commit is contained in:
Pontus Dreij
2025-01-21 15:59:16 +01:00
parent 328cbbe0e1
commit 98793c58e3
11 changed files with 195 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ export default function RoomList({
return (
<div className={styles.wrapper}>
<ul className={styles.roomList}>
{roomConfigurations.map((roomConfiguration, index) => (
{roomConfigurations.map((roomConfiguration) => (
<RoomCard
hotelId={roomsAvailability.hotelId.toString()}
hotelType={hotelType}