Update client/analytics/report/orders/table.js
Co-Authored-By: Joshua T Flowers <joshuatf@gmail.com>
This commit is contained in:
parent
68a8012f57
commit
d44af04add
|
@ -192,7 +192,7 @@ export default class OrdersReportTable extends Component {
|
|||
formattedCoupons.length ? [ formattedCoupons[ 0 ] ] : [],
|
||||
formattedCoupons
|
||||
),
|
||||
value: formattedCoupons.map( coupon => coupon.label ).join( ' ' ),
|
||||
value: formattedCoupons.map( coupon => coupon.label ).join( ', ' ),
|
||||
},
|
||||
{
|
||||
display: renderCurrency( net_total, currency ),
|
||||
|
|
Loading…
Reference in New Issue