From 1fa1c1c18e164c4fc7f205d7d48e70353a193b2c Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 16 Dec 2015 08:39:54 +0100 Subject: [PATCH] in the middle of the work --- front-ui/app/components/payment/paymentSelect.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/front-ui/app/components/payment/paymentSelect.js b/front-ui/app/components/payment/paymentSelect.js index f643442..4645f2d 100644 --- a/front-ui/app/components/payment/paymentSelect.js +++ b/front-ui/app/components/payment/paymentSelect.js @@ -10,14 +10,7 @@ var PaymentSelect = React.createClass({ render: function() { return (
- - - - +
); } });