CASH-203: Missing comma
This commit is contained in:
parent
671d16da37
commit
2c05886fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
},
|
},
|
||||||
truncatedSinglePayment() {
|
truncatedSinglePayment() {
|
||||||
return "$" + Math.trunc(this.buttonAuxillaryCopy.replace("$", ""));
|
return "$" + Math.trunc(this.buttonAuxillaryCopy.replace("$", ""));
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue