Skip to content

Commit

Permalink
Fix: Quicklinks error notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas Norin committed Sep 5, 2023
1 parent 1322793 commit cd7f03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/v3/partials/navigation/fixed.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@if (!empty($quicklinksMenuItems) && $quicklinksPlacement !== 'after_first_block')
@if (!empty($quicklinksMenuItems) && !empty($quicklinksPlacement) && $quicklinksPlacement !== 'after_first_block')
@if (($customizer->quicklinksLocation == 'frontpage' && $isFrontPage) || $customizer->quicklinksLocation == 'everywhere')
@header([
'id' => 'quicklinks-header',
Expand Down

0 comments on commit cd7f03d

Please sign in to comment.