Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix checksum address for balance check (#10135)
## **Description** When a user disables Batch account balance in settings, and go back to wallet view, they should be able to still see their balance. ## **Related issues** Fixes: #10132 ## **Manual testing steps** 1. Go to Settings>Security & Privacy and disable Batch account balance 2. Go back to wallet view 3. Relaunch the app 4. Unlock the app and you should be able to see your balance correctly ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> Check video in linked issue 🙏 ### **After** https://github.com/MetaMask/metamask-mobile/assets/10994169/b26f20fd-d594-47ed-a689-106dd74de741 ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
- Loading branch information