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 (
|
return (
|
||||||
<div
|
<div
|
||||||
className="vc-platform-indicator"
|
className="vc-platform-indicator"
|
||||||
|
Loading…
Reference in New Issue
Block a user