Skip to content

Commit 65a0c54

Browse files
committed
Hide remote explanation after sign in
1 parent 557ba70 commit 65a0c54

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/pages/Competition/Remote/index.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ export default function CompetitionRemote() {
7070
return (
7171
<Container className="px-4 py-8">
7272
<div className="space-y-6">
73-
<p className="max-w-3xl type-body-sm text-subtle">
74-
Remote control uses NotifyComp to manage the live activity status for this competition, so
75-
staff can start, stop, and advance activities from Competition Groups.
76-
</p>
73+
{!remote.isAuthenticated && (
74+
<p className="max-w-3xl type-body-sm text-subtle">
75+
Remote control uses NotifyComp to manage the live activity status for this competition,
76+
so staff can start, stop, and advance activities from Competition Groups.
77+
</p>
78+
)}
7779

7880
{remoteAuth.error && <NoteBox prefix="Remote sign in" text={remoteAuth.error} />}
7981

0 commit comments

Comments
 (0)