Well, half of the line changes were correct.
This commit is contained in:
@@ -36,7 +36,7 @@ export function CallList({ rooms, client }: CallListProps) {
|
|||||||
<div className={styles.callList}>
|
<div className={styles.callList}>
|
||||||
{rooms.map(({ room, roomName, avatarUrl, participants }) => (
|
{rooms.map(({ room, roomName, avatarUrl, participants }) => (
|
||||||
<CallTile
|
<CallTile
|
||||||
key={roomName}
|
key={room.roomId}
|
||||||
client={client}
|
client={client}
|
||||||
name={roomName}
|
name={roomName}
|
||||||
avatarUrl={avatarUrl}
|
avatarUrl={avatarUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user