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 (