From 843e98f4b952b697b212e1e1a0471257f3924ff8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Apr 2017 20:38:57 -0400 Subject: target blank --- client/components/OrderList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/components') diff --git a/client/components/OrderList.jsx b/client/components/OrderList.jsx index 5b0380b..c84fd3d 100644 --- a/client/components/OrderList.jsx +++ b/client/components/OrderList.jsx @@ -60,12 +60,12 @@ export default class OrderList extends React.Component { const items = this.parseOrders().map((order, i) => { const order_link = ( - + (order) ) const customer_link = order.order_checkout_type === 'guest' ? '' : ( - + (customer) ) -- cgit v1.2.3-70-g09d2