rusackas commented on a change in pull request #10973:
URL:
https://github.com/apache/incubator-superset/pull/10973#discussion_r498005826
##########
File path: superset-frontend/src/chart/Chart.jsx
##########
@@ -201,7 +201,10 @@ class Chart extends React.PureComponent {
showMessage={false}
>
<Styles className="chart-container">
- <div className={`slice_container ${isFaded ? ' faded' : ''}`}>
+ <div
+ className={`slice_container ${isFaded ? ' faded' : ''}`}
Review comment:
There are probably a million of these in the codebase... wonder if it's
worth tasking someone to go on a seek and destroy mission throughout the
codebase, to better establish the pattern.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]