Skip to content

Commit

Permalink
Merge pull request #393 from dls-controls/bugfix/attributeHighlight-#379
Browse files Browse the repository at this point in the history
Attribute highlight fix
  • Loading branch information
blondejamtart authored Oct 4, 2018
2 parents 488de20 + 7f7051f commit aeb09af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const mapStateToProps = (state, ownProps) => {
isMainAttribute:
attribute &&
attribute.calculated &&
ownProps.blockName === state.malcolm.parentBlock &&
state.malcolm.mainAttribute === attribute.calculated.name,
};
};
Expand Down

0 comments on commit aeb09af

Please sign in to comment.