This commit is contained in:
wrzesinski-hubert 2020-10-21 13:01:59 +02:00
parent 25a956da9f
commit f7a0a01811

View File

@ -69,7 +69,6 @@ export const Rightbar = () => {
const save = debounce(() => {
saveBasket();
setOpen(true);
console.log("chujec")
},500);
const handleClose = (event?: React.SyntheticEvent, reason?: string) => {