Skip to content

Commit 171fe1d

Browse files
authored
fix: remove erroneous helpText (#1004)
1 parent 34c5af5 commit 171fe1d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/routes/Settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ export const SettingsRoute: FC = () => {
191191
onChange={(evt) =>
192192
updateSetting('showNotificationsCountInTray', evt.target.checked)
193193
}
194-
helpText="Changes will take effect after restarting the app"
195194
/>
196195
<Checkbox
197196
name="showNotifications"

src/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)