-
Notifications
You must be signed in to change notification settings - Fork 946
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
[frontend] mutation icon appears in activity (#6261) #6301
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6301 +/- ##
==========================================
+ Coverage 66.68% 67.45% +0.77%
==========================================
Files 541 541
Lines 64420 64501 +81
Branches 5257 6044 +787
==========================================
+ Hits 42957 43512 +555
+ Misses 21463 20989 -474 ☔ View full report in Codecov by Sentry. |
@@ -519,7 +524,7 @@ const iconSelector = (type, variant, fontSize, color, isReversed) => { | |||
case 'default': | |||
return <CircleOutlined style={style} fontSize={fontSize} role="img" />; | |||
default: | |||
return <HelpOutlined style={style} fontSize={fontSize} role="img" />; | |||
return <AutoAwesomeMotion style={style} fontSize={fontSize} role="img" />; |
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.
Rollback this icon to the previous one, we need to keep the "?" icon for the ones unknown.
Proposed changes
Related issues
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...