Skip to content

Commit

Permalink
Merge pull request Netflix#25 from simonasrazm/patch-1
Browse files Browse the repository at this point in the history
Update detailsPanelNode.jsx
  • Loading branch information
Justin Reynolds authored Jan 13, 2017
2 parents be05552 + 3140646 commit c3a6db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/detailsPanelNode.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DetailsPanelNode extends React.Component {
</div>
<Notices notices={notices} />
{ node && !node.isEntryNode() ?
<DetailsSubpanelClusters discovery={node.metadata.discovery} clusters={node.clusters} region={this.state.region} />
<DetailsSubpanelClusters clusters={node.clusters} region={this.state.region} />
: undefined }
{ node && !node.isEntryNode() ?
<DetailsSubpanel title="Incoming Connections">
Expand Down

0 comments on commit c3a6db5

Please sign in to comment.