changes after review
This commit is contained in:
parent
e72be018fc
commit
4e9ce0ea66
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const DefaultPageLayout: FC<DefaultPageLayoutProps> = observer((props) => {
|
|||
const { currentUser } = userStore;
|
||||
|
||||
const isChatOpsConnected = getIfChatOpsConnected(currentUser);
|
||||
const isPhoneVerified = currentUser?.cloud_connection_status === 3 ? true : currentUser?.verified_phone_number;
|
||||
const isPhoneVerified = currentUser?.cloud_connection_status === 3 || currentUser?.verified_phone_number;
|
||||
|
||||
return (
|
||||
<div className={cx('root')}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue