diff --git a/client/app/scripts/components/terminal.js b/client/app/scripts/components/terminal.js index 087131b7a..ed9133c36 100644 --- a/client/app/scripts/components/terminal.js +++ b/client/app/scripts/components/terminal.js @@ -399,7 +399,7 @@ class Terminal extends React.Component { } function mapStateToProps(state, ownProps) { - const controlStatus = state.get('controlPipes').find((pipe) => + const controlStatus = state.get('controlPipes').find(pipe => pipe.get('nodeId') === ownProps.pipe.get('nodeId') ); return { controlStatus };