tab-seperated modals + eslint fix + much more bug fixed and improvements

This commit is contained in:
Daniel
2023-06-10 02:01:14 +03:30
parent dcdef77387
commit 2df4aad077
64 changed files with 713 additions and 373 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default function PublicCollections() {
</div>
<div className="flex flex-col gap-5 my-8">
{data?.links.map((e, i) => {
{data?.links?.map((e, i) => {
return <LinkCard key={i} link={e} count={i} />;
})}
</div>