Skip to content

Commit

Permalink
stop loading balances on collectible removal
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Nov 5, 2024
1 parent c68a7e8 commit c92a546
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stores/CollectibleStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,5 @@ export class CollectibleStore {
c.tokenId !== collectibleInfo.collectibleInfoParams.tokenId
)
this.local.userCollectibles.set(filtered)

this.isFetchingCollectibleInfo.set(true)
this.loadBalances()
this.isFetchingCollectibleInfo.set(false)
}
}

0 comments on commit c92a546

Please sign in to comment.