From b4827c49a5ca9e3301e7142d83c8f5d944578bb1 Mon Sep 17 00:00:00 2001 From: Aroso Emmanuel Date: Tue, 17 Dec 2024 11:42:58 +0100 Subject: [PATCH] expiring soon checks if enbaled auto renewal --- components/identities/identitiesGalleryV1.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/identities/identitiesGalleryV1.tsx b/components/identities/identitiesGalleryV1.tsx index 8c3e3fa8..22ab88c5 100644 --- a/components/identities/identitiesGalleryV1.tsx +++ b/components/identities/identitiesGalleryV1.tsx @@ -73,7 +73,7 @@ const IdentitiesGalleryV1: FunctionComponent = ({ - ) : isExpiringSoon ? ( + ) : isExpiringSoon && needAutoRenewal?.includes(identity.domain) ? (