Skip to content

Commit

Permalink
Merge pull request #7104 from pjonsson/remove-return
Browse files Browse the repository at this point in the history
Remove spuriuos return
  • Loading branch information
nf-s committed May 1, 2024
2 parents ff1bd3b + 45487f8 commit 9845f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ReactViews/Custom/Chart/MomentPointsChart.jsx
Expand Up @@ -138,7 +138,6 @@ function closestPointIndex(x, sortedPoints) {
return i - 1;
}
}
return;
}

export default MomentPointsChart;

0 comments on commit 9845f42

Please sign in to comment.