From 39b72819ae19b0e47e45fa28d74cf80cd87da62a Mon Sep 17 00:00:00 2001 From: xintaofei Date: Fri, 13 Mar 2026 23:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=80=E6=9C=89lint?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/aux-panel-git-log-tab.tsx | 59 +++++++++---------- src/components/layout/branch-dropdown.tsx | 3 +- .../layout/remote-manage-dialog.tsx | 14 +++-- src/components/layout/status-bar-tokens.tsx | 6 +- 4 files changed, 42 insertions(+), 40 deletions(-) diff --git a/src/components/layout/aux-panel-git-log-tab.tsx b/src/components/layout/aux-panel-git-log-tab.tsx index 187db26..374e45f 100644 --- a/src/components/layout/aux-panel-git-log-tab.tsx +++ b/src/components/layout/aux-panel-git-log-tab.tsx @@ -550,11 +550,7 @@ function BranchSelector({ setPopoverOpen(false) } - function renderBranchItem( - branch: string, - displayName?: string, - indent = 0 - ) { + function renderBranchItem(branch: string, displayName?: string, indent = 0) { const isCurrent = branch === selectedBranch return (