Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6323d9e

Browse files
committed
chore: fixed lint issues
1 parent e5a1e82 commit 6323d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/views/settings/notifications/NotificationSettings2.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ export default function NotificationSettings2(): JSX.Element {
370370
if (model !== null) {
371371
reconcile(DefaultNotificationSettings);
372372
}
373-
}}>
373+
}}
374+
>
374375
{_t("Reset to default settings")}
375376
</AccessibleButton>
376377
</SettingsSubsection>

0 commit comments

Comments
 (0)