-
Notifications
You must be signed in to change notification settings - Fork 70
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
Ocrvs 2921 Refactor change phone number components #3661
Conversation
tahmidrahman-dsi
commented
Jul 19, 2022
•
edited
Loading
edited
- TODO: Need more refactor regarding conditional rendering
- Rename file index to ChangePhoneModal
Codecov Report
@@ Coverage Diff @@
## develop #3661 +/- ##
===========================================
+ Coverage 79.89% 79.91% +0.01%
===========================================
Files 629 631 +2
Lines 28375 28363 -12
Branches 9111 9101 -10
===========================================
- Hits 22670 22665 -5
+ Misses 5645 5637 -8
- Partials 60 61 +1
Continue to review full report at Codecov.
|
{intl.formatMessage(buttonMessages.cancel)} | ||
</TertiaryButton>, | ||
|
||
<Mutation |
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.
Could we perhaps properly type this? The types can be found in gateway.ts
file
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.
Thanks, @Zangetsu101, I am on it