Skip to content

Commit 6e015f3

Browse files
Merge 25.8 to develop
2 parents 67789be + 4305fde commit 6e015f3

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)