From 44bdb81a60d3a44ba7e379f3c20fe6d8fb284339 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 7 Jul 2025 08:24:16 +0000 Subject: (대표님) 변경사항 20250707 12시 30분 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table/login-sessions-table-columns.tsx | 90 +++++++++++----------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'lib/login-session/table/login-sessions-table-columns.tsx') diff --git a/lib/login-session/table/login-sessions-table-columns.tsx b/lib/login-session/table/login-sessions-table-columns.tsx index e3d8bc2f..5d2389be 100644 --- a/lib/login-session/table/login-sessions-table-columns.tsx +++ b/lib/login-session/table/login-sessions-table-columns.tsx @@ -193,51 +193,51 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef - - - - - setRowAction({ type: "view", row })} - > - - setRowAction({ type: "viewSecurity", row })} - > - - {session.isCurrentlyActive && ( - setRowAction({ type: "forceLogout", row })} - className="text-red-600" - > - - )} - - - ) - }, - enableSorting: false, - enableHiding: false, - }, + // return ( + // + // + // + // + // + // setRowAction({ type: "view", row })} + // > + // + // setRowAction({ type: "viewSecurity", row })} + // > + // + // {session.isCurrentlyActive && ( + // setRowAction({ type: "forceLogout", row })} + // className="text-red-600" + // > + // + // )} + // + // + // ) + // }, + // enableSorting: false, + // enableHiding: false, + // }, ] } \ No newline at end of file -- cgit v1.2.3