Skip to content

Commit

Permalink
Fix always loading homepage block
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and jordisala1991 committed Nov 14, 2021
1 parent 93e3c12 commit a70f213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Block/Breadcrumb/HomepageBreadcrumbBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ final class HomepageBreadcrumbBlockService extends BaseBreadcrumbMenuBlockServic
{
public function handleContext(string $context): bool
{
return true;
return 'homepage' === $context;
}
}

0 comments on commit a70f213

Please sign in to comment.