feat: Tick all levels that the user has completed
This commit is contained in:
@@ -10,6 +10,7 @@ const mapStateToProps = state => {
|
||||
return {
|
||||
levels: state.levels,
|
||||
loading: state.levelList.loading,
|
||||
user: state.user,
|
||||
};
|
||||
};
|
||||
const mapDispatchToProps = dispatch => {
|
||||
|
||||
Reference in New Issue
Block a user