Remove redundant key prop

This commit is contained in:
Robin Townsend 2023-02-01 11:50:25 -05:00
parent 0915e327e1
commit 6784d2ba97

View file

@ -319,7 +319,6 @@ export function InCallView({
[x: string]: unknown;
}) => (
<VideoTileContainer
key={item.id}
item={item}
getAvatar={renderAvatar}
audioContext={audioContext}