You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
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 />
The text was updated successfully, but these errors were encountered:
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 />
The text was updated successfully, but these errors were encountered: