get a tutorial about the API

This commit is contained in:
Delucse
2020-11-27 08:41:34 +01:00
parent 28d674b6cd
commit ea00d173c5
13 changed files with 220 additions and 82 deletions
+2 -2
View File
@@ -56,11 +56,11 @@ class Instruction extends Component {
}
Instruction.propTypes = {
currentTutorialId: PropTypes.number,
// currentTutorialId: PropTypes.number,
};
const mapStateToProps = state => ({
currentTutorialId: state.tutorial.currentId
// currentTutorialId: state.tutorial.currentId
});
export default connect(mapStateToProps, null)(Instruction);