Fix verification notice not to display when CS is not setup (#1451)

This commit is contained in:
Krishan 2023-10-18 13:15:08 +11:00 committed by GitHub
parent 46e3cb901a
commit cd4709899a

View file

@ -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