diff --git a/ui/component/collectionsListMine/view.jsx b/ui/component/collectionsListMine/view.jsx index 2611f7b2e..7da96cb44 100644 --- a/ui/component/collectionsListMine/view.jsx +++ b/ui/component/collectionsListMine/view.jsx @@ -10,6 +10,7 @@ import * as PAGES from 'constants/pages'; import Yrbl from 'component/yrbl'; import usePersistedState from 'effects/use-persisted-state'; import Card from 'component/common/card'; +import classnames from 'classnames'; type Props = { builtinCollections: CollectionGroup, @@ -104,7 +105,12 @@ export default function CollectionsListMine(props: Props) { /> )} {Boolean(hasCollections) && ( -
+
+ {/* TODO: fix above spacing hack */}
{unpublishedCollectionsList && unpublishedCollectionsList.length > 0 &&