-
{authSession.clientLocation}
- {!isCurrent && (
- <>
-
+ {locationRowVisible && (
+
+ {hasLocation && {authSession.clientLocation}}
+ {!isCurrent && hasLocation && }
+ {!isCurrent && (
{DateUtils.getShortRelativeDateString(authSession.approxLastUsedAt ?? new Date(0))}
- >
- )}
-
+ )}
+