diff --git a/src/components/Row.tsx b/src/components/Row.tsx index b695875..06dd2b3 100644 --- a/src/components/Row.tsx +++ b/src/components/Row.tsx @@ -79,9 +79,9 @@ const Row = ({ )} */} - {!isActive && isPending &&
} + {isPending &&
} - {isActive &&
} + {!isPending && isActive &&
} {children}