-
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
Verified status: no visual representation in Pioneer UI #4353
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM
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.
Good job, just one left over console log to remove please.
@@ -44,6 +45,7 @@ const filterReducer = (filters: MemberListFilter, action: Action): MemberListFil | |||
return MemberListEmptyFilter | |||
|
|||
case 'change': | |||
// console.log(action.field); |
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.
// console.log(action.field); |
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.
@AnttoLion it all looks good to me but the CI blocked the PR because apparently the code style of VerifiedMemberIcon.tsx
and useMembers.ts
don't fully follow the Prettier config. You can solve this by running yarn lint:fix
(if it fails pull the dev
branch because this script was fixed in the Ephesus release).
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.
Perfect! Thank you 🙏
Thank you very much for all of your guidance @thesan. |
fixes #4300