interpolate sources using selector

This commit is contained in:
Lachlan Kermode
2018-12-13 11:56:04 +00:00
parent fb84d6883b
commit 7b8b81c788
2 changed files with 24 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ class CardStack extends React.Component {
function mapStateToProps(state) {
return {
selected: state.app.selected,
selected: selectors.selectSelected(state),
sourceError: state.app.errors.source,
language: state.app.language,
isCardstack: state.app.flags.isCardstack,