Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner committed Sep 10, 2022
1 parent aca2257 commit d4895f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/chart/src/acpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const acpl: Window['LichessChartGame']['acpl'] = async (
y: 2 / (1 + Math.exp(-0.004 * cp)) - 1,
};
let [annotation, lineColor] = glyphProperties(isMod, node.glyphs);
let fillColor = color ? '#fff' : '#333';
const fillColor = color ? '#fff' : '#333';
if (!partial && blurs[color].shift() === '1') {
annotation = 'blur';
lineColor = '#d85000';
Expand Down

0 comments on commit d4895f2

Please sign in to comment.