improvements + updated README

This commit is contained in:
daniel31x13
2023-11-20 15:58:32 -05:00
parent 5968bc6c9c
commit 557494747d
17 changed files with 32 additions and 22 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function LinkSidebar({ className, onClick }: Props) {
useEffect(() => {
if (link)
setLinkCollection(collections.find((e) => e.id === link?.collection.id));
setLinkCollection(collections.find((e) => e.id === link?.collection?.id));
}, [link]);
return (