Platform indicators: ignore unnecessary element (#240)
This commit is contained in:
parent
bfe1fd9912
commit
b42b8d755f
|
@ -75,6 +75,8 @@ const PlatformIndicator = ({ user }: { user: User; }) => {
|
|||
/>
|
||||
));
|
||||
|
||||
if (!icons.length) return null;
|
||||
|
||||
return (
|
||||
<div
|
||||
className="vc-platform-indicator"
|
||||
|
|
Loading…
Reference in a new issue