From ca142fc5f664c0b9548f2b044a9faa560f4cd69d Mon Sep 17 00:00:00 2001 From: Igor Brasileiro Date: Mon, 27 Sep 2021 16:33:05 -0300 Subject: [PATCH] Remove unnecessary comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: LarĂ­cia Mota --- packages/store-ui/src/molecules/Modal/ModalContent.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/store-ui/src/molecules/Modal/ModalContent.tsx b/packages/store-ui/src/molecules/Modal/ModalContent.tsx index da949622fa..c32d3d0c78 100644 --- a/packages/store-ui/src/molecules/Modal/ModalContent.tsx +++ b/packages/store-ui/src/molecules/Modal/ModalContent.tsx @@ -24,11 +24,6 @@ const ModalContentPure = ({ ...props }: ModalContentPureProps) => { return ( - /* - * This next line is disabled due to the onClick prop. - * Even though a div isn't clickable, the onClick is required to prevent event bubbles - * from reaching the Overlay, which calls onDismiss inside the onClick handler when it's clicked. - */