-
Notifications
You must be signed in to change notification settings - Fork 137
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
Handle cases without currency symbols #567
Conversation
@Li357 QQ: Did you confirm if those 2 issues are no longer reproducible? |
Just confirmed https://github.com/Expensify/Expensify/issues/309211 is no longer producible, https://github.com/Expensify/Expensify/issues/309227 seems a little longer to set up |
@techievivek Verified both are not reproducible! |
I confirmed the other one is not reproducible with this change. |
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.
Looks good. Thanks for the quick fix.
@Li357 Let's bump the new version in Web-E and I can CP that to staging. |
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/309211
$ https://github.com/Expensify/Expensify/issues/309227
Tests
Added two unit tests to test cases without currency symbols and without passing a currency string at all.
QA
Run the QA steps in the linked issues and verify that the error does not occur.