Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzie2 committed Sep 23, 2024
1 parent fd3b78a commit 96fc48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ValidateCodeActionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function ValidateCodeActionModal({isVisible, title, description, onClose, valida
const onHide = useCallback(() => {
clearError();
onModalHide?.();
}, [onModalHide, onClose]);
}, [onModalHide, clearError]);

useEffect(() => {
if (!firstRenderRef.current || !isVisible) {
Expand Down

0 comments on commit 96fc48d

Please sign in to comment.