Fixed linting error

This commit is contained in:
jpellizzari
2016-12-20 08:12:06 -08:00
parent 32bb7c37aa
commit b7002610ea

View File

@@ -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 };