diff --git a/front-ui/app/components/cart/checkoutPage.js b/front-ui/app/components/cart/checkoutPage.js
index 6f7dddf..f4c7dcf 100644
--- a/front-ui/app/components/cart/checkoutPage.js
+++ b/front-ui/app/components/cart/checkoutPage.js
@@ -37,7 +37,7 @@ var CheckoutPage = React.createClass({
} else {
last_used_payment = (
-
+
);
}
diff --git a/front-ui/app/components/payment/paypalButton.js b/front-ui/app/components/payment/paypalButton.js
index 41c401e..a26c298 100644
--- a/front-ui/app/components/payment/paypalButton.js
+++ b/front-ui/app/components/payment/paypalButton.js
@@ -23,13 +23,8 @@ var PaypalButton = React.createClass({
var cancel_return_url = root + "/dostava";
return (
-<<<<<<< HEAD
-
-