Skip to content

Commit b656d2d

Browse files
Ticket 53573: H* adjust to the Peptide Map report (#1103)
1 parent 5d44a84 commit b656d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/targetedms/query/CrossLinkedPeptideDisplayColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public DisplayColumn createRenderer(ColumnInfo colInfo)
191191
}
192192
if (label.endsWith("_hcstar"))
193193
{
194-
result = "*";
194+
result = "H*";
195195
}
196196
if (label.endsWith("_lc"))
197197
{

0 commit comments

Comments
 (0)