From 4378d80a2b86c741132d29da1c971f8c25d3273c Mon Sep 17 00:00:00 2001 From: dukenv0307 Date: Sat, 7 Oct 2023 20:32:49 +0700 Subject: [PATCH] fix lint --- src/components/PopoverWithoutOverlay/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PopoverWithoutOverlay/index.js b/src/components/PopoverWithoutOverlay/index.js index 45cad8fd3ad4..5347aaf619c0 100644 --- a/src/components/PopoverWithoutOverlay/index.js +++ b/src/components/PopoverWithoutOverlay/index.js @@ -26,7 +26,7 @@ function Popover(props) { ); const prevIsVisible = usePrevious(props.isVisible); - + React.useEffect(() => { if (props.isVisible) { props.onModalShow();