diff --git a/app/scenes/Invite.tsx b/app/scenes/Invite.tsx index 5a561a5aa..84de52ea4 100644 --- a/app/scenes/Invite.tsx +++ b/app/scenes/Invite.tsx @@ -137,7 +137,7 @@ function Invite({ onSubmit }: Props) { ); const collectionCount = collections.nonPrivate.length; - const collectionAccessNote = ( + const collectionAccessNote = collectionCount ? ( Invited members will receive access to{" "} . - ); + ) : undefined; const options = React.useMemo(() => { const options = [