From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:15:08 +0000 (+1100) Subject: Fix verification notice not to display when CS is not setup (#1451) X-Git-Tag: v3.0.0~16 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=4d0b6b93bc1cece068fe1a081bee3ab8324800bd;p=rainny.git Fix verification notice not to display when CS is not setup (#1451) --- diff --git a/src/app/organisms/settings/DeviceManage.jsx b/src/app/organisms/settings/DeviceManage.jsx index 74738ea..7689f0f 100644 --- a/src/app/organisms/settings/DeviceManage.jsx +++ b/src/app/organisms/settings/DeviceManage.jsx @@ -217,7 +217,7 @@ function DeviceManage() {
Unverified sessions - {!isMeVerified && ( + {!isMeVerified && isCSEnabled && (