Skip to content

Commit

Permalink
Merge pull request #68 from pie-framework/fix/PD-4410
Browse files Browse the repository at this point in the history
Fix/pd 4410
  • Loading branch information
CarlaCostea authored Dec 12, 2024
2 parents 359b9fe + f1c2d93 commit e8e8ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latex-equal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
const numB = parseFloat(b);

if (numA === numB) {

return true;
}
}
Expand Down

0 comments on commit e8e8ca1

Please sign in to comment.