-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 generic bank icon for connected accounts #5861
Conversation
…fy/App into nmurray-update-default-bank-icon
ready to go |
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.
Just one linter issue but otherwise LGTM!
// For default icons the icon size should not be set. | ||
if (![CreditCard, Bank].includes(bankIcon.icon)) { | ||
// For default Credit Card icon the icon size should not be set. | ||
if (![CreditCard].includes(bankIcon.icon)) { |
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.
NAB: since it's just this one now, we could make this bankIcon.icon !== CreditCard
Add in semi-colom
updated! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @TomatoToaster in version: 1.1.8-10 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.10-2 🚀
|
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/180970
Tests / QA
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android