diff --git a/client/src/Pages/Settings/index.jsx b/client/src/Pages/Settings/index.jsx index b86deaf8c..0f586b391 100644 --- a/client/src/Pages/Settings/index.jsx +++ b/client/src/Pages/Settings/index.jsx @@ -85,8 +85,6 @@ const Settings = () => { if (name === "timezone") { dispatch(setTimezone({ timezone: value })); - // Make sure to update settingsData with the new timezone value - setSettingsData(newSettingsData); } if (name === "mode") {