Well, half of the line changes were correct.

This commit is contained in:
David Baker
2023-09-19 18:00:09 +01:00
parent 6581d64618
commit 79d46621fa

View File

@@ -36,7 +36,7 @@ export function CallList({ rooms, client }: CallListProps) {
<div className={styles.callList}>
{rooms.map(({ room, roomName, avatarUrl, participants }) => (
<CallTile
key={roomName}
key={room.roomId}
client={client}
name={roomName}
avatarUrl={avatarUrl}