Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
remove console.log in sale status
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodorn committed Nov 7, 2022
1 parent b4bf447 commit 49497b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-mirrors-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@public-assembly/zora-drops-utils': minor
---

Max supply not number sold out bug
2 changes: 1 addition & 1 deletion packages/zora-drops-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-assembly/zora-drops-utils",
"version": "0.1.59",
"version": "0.1.6",
"description": "Example package with some web3 peer dependencies",
"main": "dist/public-assembly-zora-drops-utils.cjs.js",
"module": "dist/public-assembly-zora-drops-utils.esm.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/zora-drops-utils/src/hooks/useSaleStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export function useSaleStatus({
}
}, [collectionData?.salesConfig?.preSaleEnd])

console.log(collectionData)

const isSoldOut =
collectionData?.maxSupply &&
collectionData?.totalMinted &&
Expand Down

0 comments on commit 49497b5

Please sign in to comment.