minor fix

This commit is contained in:
daniel31x13
2024-03-02 09:07:33 -05:00
parent 9c51a65f31
commit 51cf8172ff
3 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export default function Sidebar({ className }: { className?: string }) {
leaveTo="transform opacity-0 -translate-y-3"
>
<Disclosure.Panel>
<CollectionListing links={true} />
<CollectionListing />
</Disclosure.Panel>
</Transition>
</Disclosure>