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 { 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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user