test zmiana

This commit is contained in:
wrzesinski-hubert 2020-10-21 13:39:05 +02:00
parent 9b95e976fb
commit 443427166b
1 changed files with 1 additions and 0 deletions

View File

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