Skip to content

Commit

Permalink
Merge pull request #887 from lfglabs-dev/ref/identity-warning
Browse files Browse the repository at this point in the history
ref: identity warnings
  • Loading branch information
Marchand-Nicolas authored Sep 26, 2024
2 parents 9276ccc + 17bcb10 commit 401ed85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/identities/identitiesGalleryV1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const IdentitiesGalleryV1: FunctionComponent<IdentitiesGalleryV1Props> = ({
className={styles.imageGallery}
onClick={() => router.push(`/identities/${identity.id}`)}
>
{isIdentityExpiringSoon(identity) ? (
{needAutoRenewal?.includes(identity.domain) &&
isIdentityExpiringSoon(identity) ? (
<div className={styles.expiryWarning}>
<Tooltip
title={
Expand Down

0 comments on commit 401ed85

Please sign in to comment.