Remove redundant key prop
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user