Select only updateNarrative as action to pass to Toolbar

This commit is contained in:
Franc Camps-Febrer
2018-12-13 11:37:57 +01:00
committed by Lachlan Kermode
parent 58aaadc5d4
commit 6dee9fee2f
4 changed files with 18 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ class Toolbar extends React.Component {
this.setState({
tabNum: -1
}, () => {
this.props.actions.updateNarrative(narrative);
this.props.onSelectNarrative(narrative);
});
}