Skip to content

Commit 4305fde

Browse files
Merge 25.7 to 25.8
2 parents 933c64e + b656d2d commit 4305fde

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)