From 4b33e322761cead800cecf0a97d4ab2ef3f20c2c Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Tue, 1 Dec 2015 14:37:14 +0100 Subject: [PATCH] Fixes small ES2015 errors introduced while rebasing. --- client/app/scripts/components/node-details.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/scripts/components/node-details.js b/client/app/scripts/components/node-details.js index ad6f42707..10721a2d2 100644 --- a/client/app/scripts/components/node-details.js +++ b/client/app/scripts/components/node-details.js @@ -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 = {