Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmonthlyAmount prop in WalletPanel should be type string #291
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related: brave/brave-core#957
Should be string amount formatted like "5.0"
Current number typing is causing issues, passing in '5' (number) will not match any of the float token values. This is broken at this time and does not work even in storybook.
Per design we will soon need to have a string option in the wallet panel dropdown, such as 'Off'
This is in line with the typing for value on
<Select />