Skip to content
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

[BUG] value.toFixed error #202

Open
BlackTurtle123 opened this issue Aug 23, 2021 · 1 comment
Open

[BUG] value.toFixed error #202

BlackTurtle123 opened this issue Aug 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@BlackTurtle123
Copy link

BlackTurtle123 commented Aug 23, 2021

AppConfig.js?v1.4.16:117 Uncaught TypeError: value.toFixed is not a function at Interpolator.format (AppConfig.js?v1.4.16:117) at handleFormat (i18next.js?v1.4.16:1174) at Interpolator.interpolate (i18next.js?v1.4.16:1195) at Translator.extendTranslation (i18next.js?v1.4.16:727) at Translator.translate (i18next.js?v1.4.16:706) at I18n.t (i18next.js?v1.4.16:1951) at Object.translate (i18n.js?v1.4.16:79) at I18n.<anonymous> (i18n.js?v1.4.16:123) at utils.js?v1.4.16:521

is thrown when opening gateway deposit page or when swapping between gateways

@BlackTurtle123 BlackTurtle123 added the bug Something isn't working label Aug 23, 2021
@BlackTurtle123
Copy link
Author

case 'BigNumber': return value && value.toFixed() || '';
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant