From b7cb060d7dbe160f642ca0564ef7de41ded66171 Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 16 Jun 2021 11:17:17 -0400 Subject: [PATCH] spacing hack --- ui/component/collectionsListMine/view.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 &&