From 77bb948bf2fd20744a5f78ff2ff99849617a275f Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 17 Feb 2026 20:34:24 +0100 Subject: [PATCH] remove unnecessary divider --- .../src/components/settings/NotificationSettings.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 - - } - /> -