From 0bb7f9877cd2a05f656c78a299fbad97082bbb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Mon, 7 Aug 2023 16:06:36 +0200 Subject: [PATCH] fix: notification time string --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a7c778a..e7a8cae 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -140,7 +140,7 @@ const App = () => { const { parent_path, name, value: newValue } = value.data; // Getting the current time in the required format - const timeString = new Date().toISOString().substring(11, 8); + const timeString = new Date().toISOString().substring(11, 19); // Dispatching the update to the reducer dispatch({