Skip to content

Commit

Permalink
Merge pull request #54 from pie-framework/fix/PD-1494
Browse files Browse the repository at this point in the history
fix(leading-zeros): math validation problem with a leading zero, when…
  • Loading branch information
CarlaCostea authored Mar 8, 2022
2 parents 9677416 + fd5c7a8 commit 86ea83b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/latex-equal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
}

const al = lta.convert(a);

const bl = lta.convert(b);

if (differenceIsTooGreat(al, bl)) {
Expand Down

0 comments on commit 86ea83b

Please sign in to comment.