updated confirmation page

This commit is contained in:
victorAnumudu
2025-03-10 12:10:23 +01:00
parent 0143a85462
commit 4cad2582de
7 changed files with 62 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
const formatNumber = (number = 0) => {
// return new Intl.NumberFormat().format(number);
return number.toFixed(2);
};
export default formatNumber