diff --git a/app/Presenters/LocationPresenter.php b/app/Presenters/LocationPresenter.php
index b327cf07b..0836eeb26 100644
--- a/app/Presenters/LocationPresenter.php
+++ b/app/Presenters/LocationPresenter.php
@@ -193,7 +193,7 @@ class LocationPresenter extends Presenter
public function glyph()
{
- return '';
+ return '';
}
public function fullName()
diff --git a/resources/views/partials/forms/checkout-selector.blade.php b/resources/views/partials/forms/checkout-selector.blade.php
index ba5505885..f9ba45ef3 100644
--- a/resources/views/partials/forms/checkout-selector.blade.php
+++ b/resources/views/partials/forms/checkout-selector.blade.php
@@ -14,7 +14,7 @@
@endif
@if ((isset($location_select)) && ($location_select!='false'))
@endif