From f8a03cc8ebd70d27bc769b72767e0ce572d10514 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 14 Apr 2024 07:41:19 -0400 Subject: [PATCH] fix: remove erroneous helpText --- src/routes/Settings.tsx | 1 - src/routes/__snapshots__/Settings.test.tsx.snap | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/routes/Settings.tsx b/src/routes/Settings.tsx index 5d3afdfa9..9b546b8bb 100644 --- a/src/routes/Settings.tsx +++ b/src/routes/Settings.tsx @@ -191,7 +191,6 @@ export const SettingsRoute: FC = () => { onChange={(evt) => updateSetting('showNotificationsCountInTray', evt.target.checked) } - helpText="Changes will take effect after restarting the app" /> -
- Changes will take effect after restarting the app -