(feat): add context menu to call users
(feat): ui changes to invite popup & call ui in general (feat): make eslint less aggressive (fix): stop watching button on own screenshares (qol): update todo
This commit is contained in:
parent
9edd548466
commit
4068669704
9 changed files with 213 additions and 27 deletions
|
|
@ -123,7 +123,6 @@ export default function Wrapper({ children }: { children: ReactNode }) {
|
|||
const redirect = params.get("redirect");
|
||||
const challenge = params.get("challenge");
|
||||
if (!identifier || !redirect) {
|
||||
// eslint-disable-next-line
|
||||
setAllowChildern(true);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue