From 6a331cde8f1936e67b071a72e3bd2377e753cc84 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 20:28:10 +0100 Subject: [PATCH] set cookie --- src/Pages/Store/Calendar/index.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index 95829eb..24af689 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -1,6 +1,10 @@ import { Button, Spin } from "antd"; import { useTranslation } from "react-i18next"; -import { Constants, myFetch } from "../../../utils"; +import { + Constants, + getUserSessionFromLocalStorage, + myFetch, +} from "../../../utils"; import { useEffect, useState } from "react"; import MyCenteredContainer from "../../../Components/MyContainer"; @@ -33,7 +37,18 @@ export default function StoreCalendar() { <>

{t("calendar.pageTitle")}

-