Fix verification notice not to display when CS is not setup (#1451)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Wed, 18 Oct 2023 02:15:08 +0000 (13:15 +1100)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 02:15:08 +0000 (07:45 +0530)
src/app/organisms/settings/DeviceManage.jsx

index 74738ea8b477e0bdcea3d20454529511023e1bd3..7689f0f98e01df32a5d13c9d4a7abe329edabf60 100644 (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