Skip to content
Snippets Groups Projects
Commit dd9db688 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Merge branch 'activate-deactivate-tutors' of gitlab.gwdg.de:j.michal/grady...

Merge branch 'activate-deactivate-tutors' of gitlab.gwdg.de:j.michal/grady into activate-deactivate-tutors
parents a49d171e cef96c9d
No related branches found
No related tags found
1 merge request!117Activate deactivate tutors
Pipeline #78176 passed
......@@ -12,9 +12,6 @@ const getters = {
},
getSubmissionType: state => pk => {
return state.submissionTypes[pk]
},
findStudentByUser: state => user => {
return Object.values(state.students).find((student: any) => student.user === user)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment