From 0f2699c1522eb4040a6364808d5ca2c3779c7c39 Mon Sep 17 00:00:00 2001 From: tianzhou Date: Wed, 31 May 2023 18:58:42 +0800 Subject: [PATCH] chore: further adjust token sidebar text --- src/components/ConnectionSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConnectionSidebar.tsx b/src/components/ConnectionSidebar.tsx index e3da739..b8e4ba6 100644 --- a/src/components/ConnectionSidebar.tsx +++ b/src/components/ConnectionSidebar.tsx @@ -236,7 +236,7 @@ const ConnectionSidebar = () => { label={table.name} onValueChange={handleTableCheckboxChange} > -
{table.token || countTextTokens(table.structure)}
+
{table.token || countTextTokens(table.structure)}
);