From 01f5f4afd645d6ce90865c6f02729768a9a398ca 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()