mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
reviewing pull request 🇯🇲
This commit is contained in:
@@ -47,7 +47,7 @@ export const useOpenSeaCollectibles = ({
|
||||
if (collectiblesFavorites.length > 0 && owner) {
|
||||
const favoritesQuery = {
|
||||
owner,
|
||||
token_ids: collectiblesFavorites.map(({ tokenId }) => tokenId ?? ''),
|
||||
token_ids: collectiblesFavorites.map(({ tokenId }) => tokenId || ''),
|
||||
};
|
||||
const [favoritesData, allData] = await Promise.all([
|
||||
fetchOpenSeaData(favoritesQuery),
|
||||
|
||||
Reference in New Issue
Block a user