Skip to content

Commit

Permalink
Merge pull request #353 from vuelessjs/VL-181-182_UNumber-&-UMoney-mi…
Browse files Browse the repository at this point in the history
…nus-sign-fix_Vitalii-Dudnik

VL-181-182_UNumber-&-UMoney-minus-sign-fix_Vitalii-Dudnik
  • Loading branch information
itsJohnnyGrid authored Jan 25, 2025
2 parents a8e40de + 6bc5e35 commit 3e18e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.text-number/utilNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const MATH_SIGN_TYPE = {

export const MATH_SIGN = {
PLUS: "+",
MINUS: "-",
MINUS: "",
};

export const SINGLE_ZERO = "0";
Expand Down

0 comments on commit 3e18e12

Please sign in to comment.