-
Notifications
You must be signed in to change notification settings - Fork 43
feat: action info for pool parameters #1482
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
value={formatNumber(future_A, { useGrouping: false })} | ||
/> | ||
<ActionInfo | ||
label=" " |
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.
not sure how to deal with this one, just keeping it as it was for now
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.
Could set the type of label: ReactNode
in the ActionInfo
component to label: ReactNode | undefined
. That way the label can be set to be empty, but it the property is still required and setting as empty has to be done so explicitly as it's an edge case.
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.
value={formatNumber(future_A, { useGrouping: false })} | ||
/> | ||
<ActionInfo | ||
label=" " |
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.
Could set the type of label: ReactNode
in the ActionInfo
component to label: ReactNode | undefined
. That way the label can be set to be empty, but it the property is still required and setting as empty has to be done so explicitly as it's an edge case.
Uh oh!
There was an error while loading. Please reload this page.