Fixes small ES2015 errors introduced while rebasing.

This commit is contained in:
Simon Howe
2015-12-01 14:37:14 +01:00
parent 6b445466ef
commit 4b33e32276

View File

@@ -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 = {