From fcaab64820cd7c44691d52de76f5940d9bfc14b9 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Jan 2024 13:16:32 +0100 Subject: [PATCH] reload page --- src/Pages/Store/Calendar/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index 2f80a06..655b07b 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -167,6 +167,7 @@ function CardPersonalCalendarSettings({ settings }) { myFetch("/calendar/settings/personal/unlink", "POST") .then((res) => { console.log(res); + window.location.reload(); }) .catch((errStatus) => { console.log(errStatus);