From 4c1c9f21f960ff9b7a6342c2d1f4ef1facc560a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=96=91=ED=98=9C=EC=A7=84?= Date: Mon, 15 Jul 2024 14:56:36 +0900 Subject: [PATCH] chore: remove unused variable --- packages/design-system/src/components/Dialog/Dialog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/design-system/src/components/Dialog/Dialog.tsx b/packages/design-system/src/components/Dialog/Dialog.tsx index 97ec54b6..23703483 100644 --- a/packages/design-system/src/components/Dialog/Dialog.tsx +++ b/packages/design-system/src/components/Dialog/Dialog.tsx @@ -71,7 +71,6 @@ function Dialog(props: DialogProps) { const isActionModal = type === "action" && !nonModal; const isPassiveModal = type === "passive" && !nonModal; - const isActionNonModal = type === "action" && nonModal; function handleBackdropClose(e: React.MouseEvent) { const isClosable =