tab-seperated modals + eslint fix + much more bug fixed and improvements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user