+
+ Issued {moment.unix(issuanceDate).fromNow()}
+
+ {!!expiryDate && isExpired && (
+
+
+ Expired
+
+ The validity of this Attestation is determined by the Issuer, and consumers may choose to adhere to
+ or ignore this expiration date.
+
+ }
+ placement="right"
+ isDarkMode={isDarkMode}
+ >
+
+
+
+
{moment.unix(expiryDate).fromNow()}
+