-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(bond & tokenomics) feat: bond migration final #75
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
</a> | ||
), | ||
render: (x, details) => { | ||
if (isCurrentPriceLpZero(x)) { |
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.
if the price is 0
then it will not stop loading
would nullish check be better for this?
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.
The default value is set to 0
, hence this should be fine.
Proposed changes
Bond
appbond.mp4
Tokenomics app
deposit.mov
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply