diff --git a/components/AddOperationModal.tsx b/components/AddOperationModal.tsx index ba82016..17527b7 100644 --- a/components/AddOperationModal.tsx +++ b/components/AddOperationModal.tsx @@ -1,4 +1,3 @@ - import React, { useState, useEffect } from 'react'; import { Balance, Operation, OperationType } from '../types'; @@ -85,7 +84,7 @@ const AddOperationModal: React.FC = ({ isOpen, onClose, return (
-
+

{operationToEdit ? 'Edit Operation' : 'Add New Operation'}