diff --git a/frontend/src/routes/admin/AuditLog.tsx b/frontend/src/routes/admin/AuditLog.tsx index 17d6f25..876a7c4 100644 --- a/frontend/src/routes/admin/AuditLog.tsx +++ b/frontend/src/routes/admin/AuditLog.tsx @@ -307,7 +307,7 @@ export function AuditLog() { <> {allQuery.data && (
- {allQuery.data.total_count.toLocaleString()} events total + {(allQuery.data.total_count ?? 0).toLocaleString()} events total
)}