mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Fixed linting error
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user