diff --git a/commafeed-client/src/components/settings/NotificationSettings.tsx b/commafeed-client/src/components/settings/NotificationSettings.tsx index 474866fe..bd8a347c 100644 --- a/commafeed-client/src/components/settings/NotificationSettings.tsx +++ b/commafeed-client/src/components/settings/NotificationSettings.tsx @@ -1,5 +1,5 @@ import { Trans } from "@lingui/react/macro" -import { Divider, Select, Stack, TextInput } from "@mantine/core" +import { Select, Stack, TextInput } from "@mantine/core" import { useEffect, useState } from "react" import { useAppDispatch, useAppSelector } from "@/app/store" import type { NotificationService as NotificationServiceType, NotificationSettings as NotificationSettingsType } from "@/app/types" @@ -49,14 +49,6 @@ export function NotificationSettings() { return ( - - Notifications - - } - /> -