Got rid of narrativeLinks in CardStack and deprecated usage of USE_ASSOCIATION_DESCRIPTIONS in embedded logic

This commit is contained in:
efarooqui
2020-09-09 20:41:57 -07:00
parent 10e905afeb
commit ed7c3551d6
3 changed files with 0 additions and 70 deletions

View File

@@ -66,7 +66,6 @@ class CardStack extends React.Component {
language={this.props.language}
isLoading={this.props.isLoading}
isSelected={selections[idx]}
// getNarrativeLinks={this.props.getNarrativeLinks}
getCategoryGroup={this.props.getCategoryGroup}
getCategoryColor={this.props.getCategoryColor}
getCategoryLabel={this.props.getCategoryLabel}