Fix verification notice not to display when CS is not setup (#1451)
This commit is contained in:
@@ -217,7 +217,7 @@ function DeviceManage() {
|
|||||||
<div className="device-manage">
|
<div className="device-manage">
|
||||||
<div>
|
<div>
|
||||||
<MenuHeader>Unverified sessions</MenuHeader>
|
<MenuHeader>Unverified sessions</MenuHeader>
|
||||||
{!isMeVerified && (
|
{!isMeVerified && isCSEnabled && (
|
||||||
<div style={{ padding: 'var(--sp-extra-tight) var(--sp-normal)' }}>
|
<div style={{ padding: 'var(--sp-extra-tight) var(--sp-normal)' }}>
|
||||||
<InfoCard
|
<InfoCard
|
||||||
rounded
|
rounded
|
||||||
|
|||||||
Reference in New Issue
Block a user