Skip to content

Commit 99bd9ed

Browse files
committed
[O2B-1408] Use plain string for Runs column name
1 parent 654a9eb commit 99bd9ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/views/lhcPeriods/ActiveColumns/lhcPeriodsActiveColumns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const lhcPeriodsActiveColumns = {
3838
},
3939

4040
associatedRuns: {
41-
name: h('', 'Runs (online flags)'),
41+
name: 'Runs (online flags)',
4242
visible: true,
4343
format: (_, { id, runsCount }) =>
4444
runsCount === 0

0 commit comments

Comments
 (0)