mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 21:58:04 -05:00
removed unnecessary console log
This commit is contained in:
@@ -59,7 +59,6 @@ function getCollectiblesFavourites(
|
||||
collectiblesFavorites: Array<CollectiblesFavorite> | null | undefined,
|
||||
) {
|
||||
if (!collectiblesFavorites) return [];
|
||||
console.log(collectiblesFavorites);
|
||||
return collectiblesFavorites
|
||||
.map(({ address, token_id }) => ({
|
||||
address:
|
||||
|
||||
Reference in New Issue
Block a user