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 (