We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fff6c5 commit 90b312aCopy full SHA for 90b312a
1 file changed
src/components/ConfirmModal.tsx
@@ -156,7 +156,6 @@ function ConfirmModal({
156
// Previous state needed for exiting animation to play correctly.
157
const prevVisible = usePrevious(isVisible);
158
if (!isVisible && !prevVisible) {
159
- // eslint-disable-next-line react/jsx-no-useless-fragment
160
return null;
161
}
162
0 commit comments