Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Oct 12, 2024
1 parent d15f1e1 commit 539603b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const qcFlagsChartComponent = (flags, run) => {
const ineffectivePeriods = [];
if (effectivePeriods.length > 0) {
if (from !== effectivePeriods[0].from) {
ineffectivePeriods.push({ from, to: effectivePeriods[0].form });
ineffectivePeriods.push({ from, to: effectivePeriods[0].from });

Check warning on line 39 in lib/public/views/QcFlags/qcFlagsVisualization/qcFlagsChartComponent.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/QcFlags/qcFlagsVisualization/qcFlagsChartComponent.js#L34-L39

Added lines #L34 - L39 were not covered by tests
}

let index = 0;
Expand Down

0 comments on commit 539603b

Please sign in to comment.