From 443427166b1b339008d69eb38390c83719b21e63 Mon Sep 17 00:00:00 2001 From: wrzesinski-hubert Date: Wed, 21 Oct 2020 13:39:05 +0200 Subject: [PATCH] test zmiana --- src/components/Rightbar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Rightbar.tsx b/src/components/Rightbar.tsx index 97e36fc..ec93536 100644 --- a/src/components/Rightbar.tsx +++ b/src/components/Rightbar.tsx @@ -69,6 +69,7 @@ export const Rightbar = () => { const save = debounce(() => { saveBasket(); setOpen(true); + console.log("zmiana") },500); const handleClose = (event?: React.SyntheticEvent, reason?: string) => {