diff --git a/src/components/AddTransactionButton.tsx b/src/components/AddTransactionButton.tsx index 0e22202..d1e29d7 100644 --- a/src/components/AddTransactionButton.tsx +++ b/src/components/AddTransactionButton.tsx @@ -16,7 +16,6 @@ import { manageTitleSuggestions } from '@/utils/userTitlePreferences'; // 새로 const AddTransactionButton = () => { const [showExpenseDialog, setShowExpenseDialog] = useState(false); const [isSubmitting, setIsSubmitting] = useState(false); - const [isHovered, setIsHovered] = useState(false); const { addTransaction } = useBudget(); const { addNotification } = useNotifications(); @@ -145,18 +144,14 @@ const AddTransactionButton = () => { <>