From 5689034f942145e35811bb8c2f063ba5632490da Mon Sep 17 00:00:00 2001 From: kunish Date: Mon, 4 Sep 2023 14:58:53 +0800 Subject: [PATCH] fix(connections): close column header translation result not updating --- src/pages/Connections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Connections.tsx b/src/pages/Connections.tsx index b97e486..45df798 100644 --- a/src/pages/Connections.tsx +++ b/src/pages/Connections.tsx @@ -111,7 +111,7 @@ export default () => { { accessorKey: CONNECTIONS_TABLE_ACCESSOR_KEY.Close, enableSorting: false, - header: () => t('close'), + header: () => {t('close')}, cell: ({ row }) => (