CASH-203: Missing comma

This commit is contained in:
Chris Redelinghuys 2025-04-15 11:55:04 -04:00
parent 671d16da37
commit 2c05886fd5

View file

@ -143,7 +143,7 @@ export default {
}, },
truncatedSinglePayment() { truncatedSinglePayment() {
return "$" + Math.trunc(this.buttonAuxillaryCopy.replace("$", "")); return "$" + Math.trunc(this.buttonAuxillaryCopy.replace("$", ""));
} },
}, },
}; };
</script> </script>