diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index ff9051942..1a6c34b24 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -103,7 +103,7 @@ const DesktopContent = ({ }) => { const aboutTabContent = ; const followersTabContent = ( -
+
setShowFollowModal(true)} />
); @@ -126,7 +126,7 @@ const DesktopContent = ({ />
-
+
{items.length > 1 ? : aboutTabContent}