解决所有lint问题

This commit is contained in:
xintaofei
2026-03-13 23:35:51 +08:00
parent f4f70c438a
commit 39b72819ae
4 changed files with 42 additions and 40 deletions

View File

@@ -681,7 +681,8 @@ export function BranchDropdown({
<Collapsible key={remoteName}>
<CollapsibleTrigger className="flex w-full items-center gap-2.5 rounded-xl px-3 py-2 pl-6 text-sm hover:bg-accent hover:text-accent-foreground select-none outline-hidden">
<ChevronRight className="h-3 w-3 shrink-0 transition-transform [[data-state=open]>&]:rotate-90" />
{remoteName} ({groupedRemoteBranches[remoteName].length})
{remoteName} (
{groupedRemoteBranches[remoteName].length})
</CollapsibleTrigger>
<CollapsibleContent className="pl-3">
{groupedRemoteBranches[remoteName].map((b) =>