-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: blocked message for temp barred user, green save button for ad details #78
Conversation
}: TMyProfileCounterpartiesTableRowRendererProps) => ( | ||
<MyProfileCounterpartiesTableRow id={id!} isBlocked={isBlocked} nickname={name!} /> | ||
<MyProfileCounterpartiesTableRow | ||
id={id!} |
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.
Can you explain this assertion if the type is optional for id
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.
its not needed actually.. i removed it from name.. but forgot to remove it from id.. updated it 👍
Preview Link: https://nada-bug-fixes.deriv-p2p.pages.dev
|
Blocked Message for temporarily barred users
https://github.com/deriv-com/p2p/assets/122768621/62e73280-6718-411a-8850-bdff59c8b846
Green save button when saving ad details
Refactored BlockUnblockUserModal to use modal from deriv-com/ui instead of react-modal
Avatar resize issue fixed
Screen.Recording.2024-05-24.at.4.57.04.PM.mov
font issues