mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove unnecessary divider
This commit is contained in:
@@ -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 (
|
||||
<Stack>
|
||||
<Divider
|
||||
label={
|
||||
<Trans>
|
||||
<b>Notifications</b>
|
||||
</Trans>
|
||||
}
|
||||
/>
|
||||
|
||||
<Select
|
||||
label={<Trans>Notification service</Trans>}
|
||||
data={[
|
||||
|
||||
Reference in New Issue
Block a user