diff options
-rw-r--r-- | src/plugins/platformIndicators.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platformIndicators.tsx b/src/plugins/platformIndicators.tsx index 870cd38..2b44973 100644 --- a/src/plugins/platformIndicators.tsx +++ b/src/plugins/platformIndicators.tsx @@ -75,6 +75,8 @@ const PlatformIndicator = ({ user }: { user: User; }) => { /> )); + if (!icons.length) return null; + return ( <div className="vc-platform-indicator" |