-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update version to 1.1.1-9 on staging #5476
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The subState in the VBA flow was being copied from Onyx into a local state in the BankAccountStep component and it was read from this local state. This caused that when we update the subState from BankAccounts.js in Onyx, the component BankAccountStep missed the update because it was reading it from the local state.
Withdrawal account data was being loaded from AuthScreens component, and then again from ReiumbursementAccountPage on mount. Moved the code handling the step from route to componentDidUpdate in ReimbursementAccountPage and is not fetching anymore.
…ubstep-after-error
…ubstep-after-error
[N6 polish] Capitalize Expensify Card in the banner
Add better error handling for Onfido
…just want to drink beer
Use correct api params for NewDot>OldDot links
…error Return to the correct sub step in VBA flow after error in adding Bank Account manually
…e8a11716004273424a868a467
…50d4d1f79e36d748dadc62214
Fix: line height issues of button
check if report.icons and report.icons[0] exists
…6893c17807847396b6cb70c02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update version to 1.1.1-9