mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
[feature] add key to div
This commit is contained in:
@@ -72,7 +72,7 @@ export default function Viewer({
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
return <></>;
|
||||
return <div key={Math.random()}></div>;
|
||||
}
|
||||
})}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user