-
- Signed
- {licenseInfo?.sign ? "Yes" : "Not Yet"}
-
-
-
Domains
-
- {licenseInfo?.domains.map((d) => {
- return - {d}
;
- })}
-
-
-
- User Limit
-
- {licenseInfo?.user_limit == 99999 ? "No Limit" : licenseInfo?.user_limit}
-
-
-
- Expired At
-
- {dayjs(licenseInfo?.expired_at).format("YYYY-MM-DD h:mm:ss A")}
-
-
-
- Created At
-
- {dayjs(licenseInfo?.created_at).format("YYYY-MM-DD h:mm:ss A")}
-
-
-
+
+ Signed
+ {licenseInfo?.sign ? "Yes" : "Not Yet"}
+
+
+
Domains
+
+ {licenseInfo?.domains.map((d) => {
+ return - {d}
;
+ })}
+
+
+
+ User Limit
+
+ {licenseInfo?.user_limit == 99999 ? "No Limit" : licenseInfo?.user_limit}
+
+
+
+ Expired At
+
+ {dayjs(licenseInfo?.expired_at).format("YYYY-MM-DD h:mm:ss A")}
+
+
+
+ Created At
+
+ {dayjs(licenseInfo?.created_at).format("YYYY-MM-DD h:mm:ss A")}
+
+
+
+ License Value
+
+ {licenseInfo?.base58}
+
+