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;
|
[x: string]: unknown;
|
||||||
}) => (
|
}) => (
|
||||||
<VideoTileContainer
|
<VideoTileContainer
|
||||||
key={item.id}
|
|
||||||
item={item}
|
item={item}
|
||||||
getAvatar={renderAvatar}
|
getAvatar={renderAvatar}
|
||||||
audioContext={audioContext}
|
audioContext={audioContext}
|
||||||
|
|
Loading…
Add table
Reference in a new issue