updated with new api

This commit is contained in:
Maciek Głowacki
2020-12-29 17:32:06 +01:00
parent bbba8618cb
commit 171cbdac11
3 changed files with 9 additions and 3 deletions

View File

@ -210,7 +210,7 @@ export const CoursesProvider = ({ children }: CoursesProviderProps) => {
setCourses(sortedCourses);
} catch (e) {
console.log(e);
}
}
};
useEffect(() => {