-
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: [#176167278] Show message when remove profile if some bonus is active #2597
Conversation
…t flow at continue button press
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2597 +/- ##
==========================================
- Coverage 50.76% 50.74% -0.02%
==========================================
Files 711 711
Lines 20289 20325 +36
Branches 3899 3582 -317
==========================================
+ Hits 10299 10314 +15
- Misses 9946 9967 +21
Partials 44 44
Continue to review full report at Codecov.
|
} | ||
}; | ||
|
||
const handleSendMotivaiton = ( |
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.
const handleSendMotivaiton = ( | |
const handleSendMotivation = ( |
Short description
This PR show an alert to inform the user that has some bonus active when choice to remove the profile.
If the user hasn't any active bonus the flow it's unchanged.
List of changes proposed in this pull request
-Request bonus information with a new saga if the user are deleting his profile and the bonus information aren't loaded yet.