Beginning to remove extraneous components and logic

This commit is contained in:
efarooqui
2020-09-09 07:43:33 -07:00
parent c264071cdb
commit a1f7cf69d4
3 changed files with 17 additions and 16 deletions

View File

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