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

fix: remove unwanted first space with formatAmount() #349

Merged
merged 1 commit into from
Nov 11, 2021

Conversation

popod
Copy link
Contributor

@popod popod commented Nov 11, 2021

utils.formatAmount() could return a first char which is not wanted.

utils.formatAmount(100) // return ' 100.00' (the first char is a space) as it should return '100.00'

@schoero schoero merged commit 1ff5415 into schoero:master Nov 11, 2021
@schoero
Copy link
Owner

schoero commented Nov 11, 2021

Merged, Thank you 👍

@popod popod deleted the patch-1 branch November 11, 2021 19:07
@schoero schoero changed the title Remove unwanted first space with formatAmount() fix: remove unwanted first space with formatAmount() Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants