Send to the right place

This commit is contained in:
Owen
2026-04-03 15:10:48 -04:00
parent 40205c40c5
commit c45308f234

View File

@@ -491,7 +491,7 @@ export default function ConnectionLogsPage() {
); );
}, },
cell: ({ row }) => { cell: ({ row }) => {
const clientType = row.original.clientType === "olm" ? "machine" : "user"; const clientType = row.original.userId ? "user" : "machine";
if (row.original.clientName && row.original.clientNiceId) { if (row.original.clientName && row.original.clientNiceId) {
return ( return (
<Link <Link