remove unnecessary divider

This commit is contained in:
Athou
2026-02-17 20:34:24 +01:00
parent 8e2adcbce4
commit 77bb948bf2

View File

@@ -1,5 +1,5 @@
import { Trans } from "@lingui/react/macro" 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 { useEffect, useState } from "react"
import { useAppDispatch, useAppSelector } from "@/app/store" import { useAppDispatch, useAppSelector } from "@/app/store"
import type { NotificationService as NotificationServiceType, NotificationSettings as NotificationSettingsType } from "@/app/types" import type { NotificationService as NotificationServiceType, NotificationSettings as NotificationSettingsType } from "@/app/types"
@@ -49,14 +49,6 @@ export function NotificationSettings() {
return ( return (
<Stack> <Stack>
<Divider
label={
<Trans>
<b>Notifications</b>
</Trans>
}
/>
<Select <Select
label={<Trans>Notification service</Trans>} label={<Trans>Notification service</Trans>}
data={[ data={[