Skip to content

Commit

Permalink
Update TweakwiseFilterApplier.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Jan 16, 2025
1 parent 23506e7 commit 90f766d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/FilterApplier/TweakwiseFilterApplier.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function applyFilters(LandingPageInterface $page)
}

$builderTemplateId = $page->getTweakwiseBuilderTemplate();
if (!empty($builderTemplateId)) {
if ($builderTemplateId) {
$navigationRequest->setBuilderTemplateId($builderTemplateId);
}
}
Expand Down

0 comments on commit 90f766d

Please sign in to comment.