Mike

Results 1 issues of Mike

``` { "title": "Price", "field": function (entry) { var amount = entry["listing"]["price"]["amount"]; if (amount == null) { amount = ""; } var currency = entry["listing"]["price"]["currency"]; if (currency == null )...

question