diff --git a/source/php/Component/Segment/components/content.blade.php b/source/php/Component/Segment/components/content.blade.php index be1dea91..19212eae 100644 --- a/source/php/Component/Segment/components/content.blade.php +++ b/source/php/Component/Segment/components/content.blade.php @@ -81,8 +81,10 @@ @if ($buttons)
@foreach ($buttons as $button) - @button($button) - @endbutton + @if (!empty($button['href'])) + @button($button) + @endbutton + @endif @endforeach
@endif