Remove redundant key prop
This commit is contained in:
parent
0915e327e1
commit
6784d2ba97
1 changed files with 0 additions and 1 deletions
|
@ -319,7 +319,6 @@ export function InCallView({
|
|||
[x: string]: unknown;
|
||||
}) => (
|
||||
<VideoTileContainer
|
||||
key={item.id}
|
||||
item={item}
|
||||
getAvatar={renderAvatar}
|
||||
audioContext={audioContext}
|
||||
|
|
Loading…
Reference in a new issue