-
Notifications
You must be signed in to change notification settings - Fork 53
fix(components/TDP-9660): lint errors RatioBar/QualityBar #3158
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(components/TDP-9660): lint errors RatioBar/QualityBar #3158
Conversation
f90abc8 to
9609f93
Compare
3 similar comments
…_menu_@talend_datagrid_quality_bar
14e7b9a to
650c6ce
Compare
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.
Formatting seems weird for me (but not only for the one comment i made)
| onClick={ | ||
| onClick | ||
| ? e => | ||
| onClick(e, { | ||
| type: QualityType.INVALID, | ||
| }) | ||
| : null | ||
| } |
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.
Is there a formating issue ? It's looking weird to me
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.
problem of linter ?
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.
Forget about it, looks good now, it was the code that was not formatted well before
What is the problem this PR is trying to solve?
#3140 introduced lint errors.
What is the chosen solution to this problem?
fix them all
Please check if the PR fulfills these requirements
[ ] This PR introduces a breaking change