redux action infrastructure

This commit is contained in:
Lachlan Kermode
2018-12-17 15:56:46 +00:00
parent 45c41dc352
commit 795acac7ca
5 changed files with 34 additions and 8 deletions

View File

@@ -27,8 +27,9 @@ class CardStack extends React.Component {
getCategoryGroup={this.props.getCategoryGroup}
getCategoryColor={this.props.getCategoryColor}
getCategoryLabel={this.props.getCategoryLabel}
highlight={this.props.onHighlight}
select={this.props.onSelect}
onViewSource={this.props.onViewSource}
onHighlight={this.props.onHighlight}
onSelect={this.props.onSelect}
/>
);
});