+ {user.type === "student" &&
+ badges.map((badge) => (
+
+ {badge.icon()}
+
+ ))}
+ {/* OPEN TICKET SYSTEM */}
+
- {showExpirationDate() && (
-
- {!user.subscriptionExpirationDate && "Unlimited"}
- {user.subscriptionExpirationDate &&
- moment(user.subscriptionExpirationDate).format("DD/MM/YYYY")}
-
- )}
-
-

-
- {user.type === "corporate"
- ? `${user.corporateInformation?.companyInformation.name} |`
- : ""}{" "}
- {user.name} | {USER_TYPE_LABELS[user.type]}
-
-
-
setIsMenuOpen(true)}
- >
-
-
-
- {focusMode && (
-