diff --git a/pkg/gui/presentation/branches.go b/pkg/gui/presentation/branches.go index ed1d6edda..bf19fd036 100644 --- a/pkg/gui/presentation/branches.go +++ b/pkg/gui/presentation/branches.go @@ -54,11 +54,7 @@ func getBranchDisplayStrings(b *models.Branch, pr, hasPr := prs[b] - if hasPr { - res = append(res, coloredPrNumber(pr, hasPr), coloredName) - } else { - res = append(res, coloredName) - } + res = append(res, coloredPrNumber(pr, hasPr), coloredName) if fullDescription { res = append(