- {collections.map((collection) => (
-
toggle(collection.collectionId)}
- />
- ))}
+
+ {collections.map((collection) => (
+ toggle(collection.collectionId)}
+ />
+ ))}
+
+ {overflow && (
+
+ )}
);
}
diff --git a/packages/next-common/components/profile/tabs/content.js b/packages/next-common/components/profile/tabs/content.js
index fb2db49dab..e995111ee3 100644
--- a/packages/next-common/components/profile/tabs/content.js
+++ b/packages/next-common/components/profile/tabs/content.js
@@ -60,8 +60,8 @@ export default function useProfileTabContent() {
return (