go to master

This commit is contained in:
wrzesinski-hubert
2021-01-19 21:32:43 +01:00
parent aedc0ea708
commit edda909c66
4 changed files with 69 additions and 42 deletions

View File

@ -111,7 +111,6 @@ export const CoursesProvider = ({ children }: CoursesProviderProps) => {
const selectGroups = () => {
const groups = [];
console.log('courses are: ', courses);
return (courses as unknown) as Array<Group>;
};