fix: notification time string

This commit is contained in:
Mose Müller 2023-08-07 16:06:36 +02:00
parent 14c51a89a9
commit 0bb7f9877c

View File

@ -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({