tours and css changes

This commit is contained in:
wrzesinski-hubert
2021-01-22 19:52:31 +01:00
parent 1235484538
commit 62f50cc9a6
10 changed files with 347 additions and 150 deletions

View File

@ -205,6 +205,7 @@ export const CoursesProvider = ({ children }: CoursesProviderProps) => {
);
const basket = data === '' ? [] : data;
setBasket(basket);
console.log("basket:",basket);
} catch (e) {
console.log(e);
}