fix ui: console log
This commit is contained in:
parent
721178413f
commit
ae4357c71a
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ function SubHeader(props: any) {
|
|||
return integrations.some((i: Record<string, any>) => i.token);
|
||||
}, [props.integrations]);
|
||||
|
||||
console.log(props.isIOS, props.session)
|
||||
return (
|
||||
<>
|
||||
<div className="w-full px-4 flex items-center border-b relative">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue