From 1b4eb73761b32773fda2232b12e96e760956b027 Mon Sep 17 00:00:00 2001 From: lucaszhu Date: Mon, 23 Oct 2023 09:35:18 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(#49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/slugs/deps/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slugs/deps/index.tsx b/src/slugs/deps/index.tsx index fd58f9f..1f0ffa3 100644 --- a/src/slugs/deps/index.tsx +++ b/src/slugs/deps/index.tsx @@ -13,7 +13,7 @@ const columns: TableColumnsType = [ dataIndex: 'package', render: (pkg: string) => { return ( - + {pkg} );