Fix verification notice not to display when CS is not setup (#1451)
This commit is contained in:
parent
f5bcc9b851
commit
4d0b6b93bc
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ function DeviceManage() {
|
|||
<div className="device-manage">
|
||||
<div>
|
||||
<MenuHeader>Unverified sessions</MenuHeader>
|
||||
{!isMeVerified && (
|
||||
{!isMeVerified && isCSEnabled && (
|
||||
<div style={{ padding: 'var(--sp-extra-tight) var(--sp-normal)' }}>
|
||||
<InfoCard
|
||||
rounded
|
||||
|
|
Loading…
Reference in a new issue