From ba35e67845f935c8ce0151c9ef1fefa0b0510faf Mon Sep 17 00:00:00 2001
From: joonhoekim <26rote@gmail.com>
Date: Mon, 22 Sep 2025 18:59:13 +0900
Subject: (김준회) AVL 피드백 반영 (이진용 프로 건)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lib/avl/table/avl-table-columns.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'lib/avl/table/avl-table-columns.tsx')
diff --git a/lib/avl/table/avl-table-columns.tsx b/lib/avl/table/avl-table-columns.tsx
index 72c59aa9..d95a29b0 100644
--- a/lib/avl/table/avl-table-columns.tsx
+++ b/lib/avl/table/avl-table-columns.tsx
@@ -226,7 +226,7 @@ export function getColumns({ selectedRows = [], onRowSelect }: GetColumnsProps):
{
accessorKey: "createdAt",
header: ({ column }) => (
-
+
),
cell: ({ getValue }) => {
const date = getValue() as string
@@ -237,7 +237,7 @@ export function getColumns({ selectedRows = [], onRowSelect }: GetColumnsProps):
{
accessorKey: "createdBy",
header: ({ column }) => (
-
+
),
cell: ({ getValue }) => {
const date = getValue() as string
--
cgit v1.2.3