From 7b9d0fffdb019b478c038ee71310d4cbc7f8fc88 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 04:39:25 +0000 Subject: [PATCH] Remove transaction notification setting Removes the transaction notification setting from the notification settings page. --- src/pages/NotificationSettings.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/pages/NotificationSettings.tsx b/src/pages/NotificationSettings.tsx index 3f017fa..c2df9d1 100644 --- a/src/pages/NotificationSettings.tsx +++ b/src/pages/NotificationSettings.tsx @@ -1,6 +1,5 @@ - import React, { useState } from 'react'; -import { ArrowLeft, Bell, BellOff, MessageCircle, Mail, Shield, Volume2 } from 'lucide-react'; +import { ArrowLeft, BellOff, MessageCircle, Mail, Shield, Volume2 } from 'lucide-react'; import { useNavigate } from 'react-router-dom'; import { Button } from '@/components/ui/button'; import { Switch } from '@/components/ui/switch'; @@ -20,13 +19,6 @@ const NotificationSettings = () => { const { toast } = useToast(); const [settings, setSettings] = useState([ - { - id: 'transactions', - title: '거래 알림', - description: '입금 및 출금 시 알림을 받습니다.', - icon: , - enabled: true, - }, { id: 'budget', title: '예산 알림',