From 61361c240ebbdcd3c3d9d50e07ccca6c50b8074c Mon Sep 17 00:00:00 2001 From: xintaofei Date: Fri, 13 Mar 2026 23:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=8C=BA=E5=9F=9F=E6=97=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/aux-panel-git-log-tab.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/layout/aux-panel-git-log-tab.tsx b/src/components/layout/aux-panel-git-log-tab.tsx index 374e45f..d48149b 100644 --- a/src/components/layout/aux-panel-git-log-tab.tsx +++ b/src/components/layout/aux-panel-git-log-tab.tsx @@ -932,8 +932,10 @@ export function GitLogTab() { refreshing={loading || refreshing} /> )} -
- {t("noCommitsFound")} +
+

+ {t("noCommitsFound")} +

)