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 (
- - - - +
); } });