diff --git a/GUI/src/pages/Chat/ChatHistory/index.tsx b/GUI/src/pages/Chat/ChatHistory/index.tsx index 925b2058..ac359bfb 100644 --- a/GUI/src/pages/Chat/ChatHistory/index.tsx +++ b/GUI/src/pages/Chat/ChatHistory/index.tsx @@ -104,7 +104,7 @@ const ChatHistory: FC = () => { : new Date( new Date().getUTCFullYear(), new Date().getUTCMonth(), - new Date().getUTCDate() + 1 + new Date().getUTCDate() ), }, });