From 23145b0a148ee9a23c9ef9ddcee0839d72d381dd Mon Sep 17 00:00:00 2001 From: Maximilian Harz Date: Mon, 10 Feb 2025 23:28:11 +0100 Subject: [PATCH] Remove unnecessary eslint disable --- src/Components/Templates/DialogModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Templates/DialogModal.tsx b/src/Components/Templates/DialogModal.tsx index f207be3e..f7d7c217 100644 --- a/src/Components/Templates/DialogModal.tsx +++ b/src/Components/Templates/DialogModal.tsx @@ -46,7 +46,6 @@ const DialogModal = ({ ref.current && !isClickInsideRectangle(e, ref.current) && closeOnClickOutside && onClose()