feat(SW-713): remove undefined check
This commit is contained in:
@@ -80,7 +80,7 @@ export default function RoomCard({
|
||||
m²
|
||||
</Caption>
|
||||
{selectedRoom && (
|
||||
<RoomSidePeek selectedRoom={selectedRoom} buttonSize="small" />
|
||||
<RoomSidePeek room={selectedRoom} buttonSize="small" />
|
||||
)}
|
||||
</div>
|
||||
<div className={styles.container}>
|
||||
|
||||
Reference in New Issue
Block a user