- {getDeviceIcon(session.clientInfo?.deviceType || "")}
-
-
- {formatDeviceInfo(session.clientInfo)}
- {isCurrentSession(session) && (
-
-
- {t("setting.user-sessions-section.current")}
-
- )}
-
- {getFormattedSessionId(session.sessionId)}
-
-
- ),
- },
- {
- key: "lastAccessedTime",
- header: t("setting.user-sessions-section.last-active"),
- render: (_, session: Session) => (
-