Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejinYang committed Jul 15, 2024
1 parent e885b20 commit 4c1c9f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/design-system/src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLDivElement>) {
const isClosable =
Expand Down

0 comments on commit 4c1c9f2

Please sign in to comment.