Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Sep 23, 2024
1 parent b6c4881 commit ab8f93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/hooks/useNftCollectionsMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ export function useNftCollectionsMetadata(
[JSON.stringify(memoisedContracts), chainId],
);

return collectionsMetadata;
return collectionsMetadata || {};
}

0 comments on commit ab8f93f

Please sign in to comment.