mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Fixes small ES2015 errors introduced while rebasing.
This commit is contained in:
@@ -81,9 +81,9 @@ export default class NodeDetails extends React.Component {
|
||||
}
|
||||
|
||||
return this.renderLoading();
|
||||
},
|
||||
}
|
||||
|
||||
renderDetails: function() {
|
||||
renderDetails() {
|
||||
const details = this.props.details;
|
||||
const nodeColor = getNodeColorDark(details.rank, details.label_major);
|
||||
const styles = {
|
||||
|
||||
Reference in New Issue
Block a user