feat: SW-641 Updated UI mobile view

This commit is contained in:
Hrishikesh Vaipurkar
2024-10-17 14:25:23 +02:00
parent fe5256fa1e
commit 5f00b50fe5
5 changed files with 67 additions and 36 deletions

View File

@@ -70,7 +70,7 @@ export default function ChildSelector({ roomIndex = 0 }: ChildSelectorProps) {
roomIndex={roomIndex}
index={index}
child={child}
key={index}
key={"child_" + index}
/>
))}
</>