Merge branch 'statistics' of git.plannaplan.pl:y0rune/frontend into statistics
This commit is contained in:
commit
adaf44f2f7
@ -208,7 +208,6 @@ export const CoursesProvider = ({ children }: CoursesProviderProps) => {
|
||||
);
|
||||
const basket = data === '' ? [] : data;
|
||||
setBasket(basket);
|
||||
console.log("basket:",basket);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user