byCategory component small refactoring
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = {
|
||||
ApiUrl: 'http://localhost:4567',
|
||||
DefaultPageSize: 18,
|
||||
FormatCurrency: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
return ( amount.toFixed(2) + " KM" )
|
||||
|
||||
Reference in New Issue
Block a user