-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tranche token price chart in InvestRedeem drawer #2110
Conversation
PR deployed in Google Cloud |
PR deployed in Google Cloud |
.toNumber() || 1, | ||
}) | ||
} | ||
console.log(pool.tranches.find((tranche) => tranche.id === trancheId)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover log
} | ||
console.log(pool.tranches.find((tranche) => tranche.id === trancheId)) | ||
return tokenData | ||
}, [dailyPoolStates, filter]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trancheId should probably be added to the deps
Description
This pull request...
adds tranche token price charts when invest redeem drawer is opened
#1775
Approvals
Screenshots
Impact