aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-13 10:18:00 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-13 15:12:27 +0000
commit019213235f656dc561a7a7795e84a3016a67417b (patch)
tree75da1d9e567f36063d74a72c9a8f5cbf2be273d5
parent393201ac23707dff38037f4961f955db7e413b67 (diff)
dashboard/app: fix rendering of dup bugs caption
After addition of collapsible sections on the bug page, we show 2 captions for the duplicate bugs table. One for the collapsible span "Duplicate bugs (2)", and another inside for the table "duplicates (2):". Remove the inner duplicate caption.
-rw-r--r--dashboard/app/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/app/main.go b/dashboard/app/main.go
index ef6738905..30a30eb84 100644
--- a/dashboard/app/main.go
+++ b/dashboard/app/main.go
@@ -1898,7 +1898,6 @@ func loadDupsForBug(c context.Context, bug *Bug, state *ReportingState,
}
group := &uiBugGroup{
Now: timeNow(c),
- Caption: "duplicates",
ShowPatched: true,
ShowStatus: true,
Bugs: results,