eschutho commented on code in PR #25998:
URL: https://github.com/apache/superset/pull/25998#discussion_r1395049451
##########
superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx:
##########
@@ -147,9 +137,11 @@ class MapBox extends React.Component {
}}
/>
</MapGL>
- );
- }
-}
+ );
+};
+
+
+
MapBox.propTypes = propTypes;
MapBox.defaultProps = defaultProps;
Review Comment:
we can remove these props
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]