diff --git a/dailyjs/basic-call/components/Intro/Intro.js b/dailyjs/basic-call/components/Intro/Intro.js index 706ea4d..be04274 100644 --- a/dailyjs/basic-call/components/Intro/Intro.js +++ b/dailyjs/basic-call/components/Intro/Intro.js @@ -47,9 +47,11 @@ export const Intro = ({ room, error, domain, onJoin, fetching = false }) => { setFetchToken(e.target.checked)} /> - - setOwner(e.target.checked)} /> - + {fetchToken && ( + + setOwner(e.target.checked)} /> + + )}