Skip to content

Commit

Permalink
Format item price
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsmithers committed Jul 29, 2017
1 parent 4e211cf commit 54b32dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/order-split-results-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr>
<td>[[item.name]]</td>
<td>
<span class="chip">$[[item.price]] price</span>
<span class="chip">[[_formatUSD(item.price)]] price</span>
</td>
<td>
+
Expand Down

0 comments on commit 54b32dc

Please sign in to comment.