This commit is contained in:
Tom Moor
2021-10-21 21:23:58 -07:00
parent 63c0daf483
commit c79a22b857
6 changed files with 18 additions and 9 deletions

View File

@@ -112,7 +112,6 @@ function Collections({ onCreateCollection }: Props) {
<SidebarLink
label={t("Collections")}
icon={<Disclosure expanded={expanded} color="currentColor" />}
disabled
/>
<PlaceholderCollections />
</Flex>