Skip to content

Commit 195431f

Browse files
committed
fix TS errors
1 parent b2846e4 commit 195431f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/components/EditAgent/Modal.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ interface ModalProps {
1010
backdropClassName?: string;
1111
}
1212

13-
let openCount = 0; // track how many modals are mounted for scroll-lock
14-
1513
const Modal: React.FC<ModalProps> = ({
1614
open,
1715
onClose,

0 commit comments

Comments
 (0)