From 262c59aaab13b571ea2a3cf54bd301f35282fc33 Mon Sep 17 00:00:00 2001 From: VassiliMoskaljov Date: Thu, 12 Dec 2024 09:00:10 +0200 Subject: [PATCH] Updated end date to be today. --- GUI/src/pages/Chat/ChatHistory/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/src/pages/Chat/ChatHistory/index.tsx b/GUI/src/pages/Chat/ChatHistory/index.tsx index e7314947..bd5880a6 100644 --- a/GUI/src/pages/Chat/ChatHistory/index.tsx +++ b/GUI/src/pages/Chat/ChatHistory/index.tsx @@ -102,7 +102,7 @@ const ChatHistory: FC = () => { : new Date( new Date().getUTCFullYear(), new Date().getUTCMonth(), - new Date().getUTCDate() + 1 + new Date().getUTCDate() ), }, });