Skip to content

Commit 0192132

Browse files
committed
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.
1 parent 393201a commit 0192132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dashboard/app/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,6 @@ func loadDupsForBug(c context.Context, bug *Bug, state *ReportingState,
18981898
}
18991899
group := &uiBugGroup{
19001900
Now: timeNow(c),
1901-
Caption: "duplicates",
19021901
ShowPatched: true,
19031902
ShowStatus: true,
19041903
Bugs: results,

0 commit comments

Comments
 (0)