diff --git a/src/sessions/SessionsTable.tsx b/src/sessions/SessionsTable.tsx index 0050aee0eb..6f41bd10bd 100644 --- a/src/sessions/SessionsTable.tsx +++ b/src/sessions/SessionsTable.tsx @@ -74,6 +74,10 @@ export default function SessionsTable({ displayKey: "sessions:lastAccess", cellFormatters: [dateFormatter(locale)], }, + { + name: "ipAddress", + displayKey: "events:ipAddress", + }, { name: "clients", displayKey: "sessions:clients",