Platform indicators: ignore unnecessary element (#240)

This commit is contained in:
Kareem Olim 2022-11-21 20:25:21 +02:00 committed by GitHub
parent bfe1fd9912
commit b42b8d755f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ const PlatformIndicator = ({ user }: { user: User; }) => {
/>
));
if (!icons.length) return null;
return (
<div
className="vc-platform-indicator"