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 557ba70 commit 65a0c54Copy full SHA for 65a0c54
1 file changed
src/pages/Competition/Remote/index.tsx
@@ -70,10 +70,12 @@ export default function CompetitionRemote() {
70
return (
71
<Container className="px-4 py-8">
72
<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>
+ {!remote.isAuthenticated && (
+ <p className="max-w-3xl type-body-sm text-subtle">
+ Remote control uses NotifyComp to manage the live activity status for this competition,
+ so staff can start, stop, and advance activities from Competition Groups.
77
+ </p>
78
+ )}
79
80
{remoteAuth.error && <NoteBox prefix="Remote sign in" text={remoteAuth.error} />}
81
0 commit comments