Skip to content

Commit

Permalink
Merge pull request #911 from DTS-STN/143778-HotFix-FrenchSpace
Browse files Browse the repository at this point in the history
143778 - Undoing removing space on amounts
  • Loading branch information
MarcoGoC authored Sep 28, 2023
2 parents 2f78de1 + 6932de2 commit 8e3413e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion i18n/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,4 @@ export function numberToStringCurrency(
})
.replace('.00', '')
.replace(/,00\s/, '\xa0')
.replace(/\s/g, '');
}

0 comments on commit 8e3413e

Please sign in to comment.