-
Notifications
You must be signed in to change notification settings - Fork 106
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
feat(Bonus Pagamenti Digitali): [#175890963] Adds the screen to see all BPay accounts to add #2697
Conversation
…863-bpay-search-screen
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2697 +/- ##
=======================================
Coverage 51.96% 51.97%
=======================================
Files 755 756 +1
Lines 21268 21289 +21
Branches 4043 4043
=======================================
+ Hits 11052 11065 +13
- Misses 10172 10180 +8
Partials 44 44
Continue to review full report at Codecov.
|
elem => elem.abi === props.account.instituteCode | ||
); | ||
setAbiInfo(abi ?? {}); | ||
}, [props.currentIndex]); |
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.
Since we search for Abi
when account
changes, could it be better if the effect depends on props.account
instead of currentIndex
?
For this implementation it is the same but if who uses this component changes the currentIndex
and not props.account
it will be fired when it's not needed
Short description
This PR adds the screen to cycle through the BPay accounts to add
Registrazione.schermo.2021-01-11.alle.09.17.09.mov