Skip to content

Commit 90b312a

Browse files
committed
remove useless ignore
1 parent 6fff6c5 commit 90b312a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/ConfirmModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ function ConfirmModal({
156156
// Previous state needed for exiting animation to play correctly.
157157
const prevVisible = usePrevious(isVisible);
158158
if (!isVisible && !prevVisible) {
159-
// eslint-disable-next-line react/jsx-no-useless-fragment
160159
return null;
161160
}
162161

0 commit comments

Comments
 (0)