Skip to content

Commit 4e8ed50

Browse files
committed
Fix miss-spelled label
1 parent 74d0bf7 commit 4e8ed50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/views/Runs/Details/runDetailsComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export const runDetailsComponent = (runDetailsModel, router) => runDetailsModel.
518518
formatFloat(run.phaseShiftAtStartBeam2) ?? '-',
519519
h('strong', ' | '),
520520
h('small', 'end: '),
521-
formatFloat(run.phaseShiftAtEndBea21) ?? '-',
521+
formatFloat(run.phaseShiftAtEndBeam2) ?? '-',
522522
]),
523523
]),
524524
]),

0 commit comments

Comments
 (0)