Skip to content

Commit

Permalink
Merge pull request #290 from localgovdrupal/fix/289-remove-unused-pag…
Browse files Browse the repository at this point in the history
…e-header-service-status

Remove the unused $build theme page_header
  • Loading branch information
finnlewis authored Jan 7, 2025
2 parents 46fda08 + c20f162 commit 2b3202b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ public function access(NodeInterface $node): AccessResult {
public function build(Node $node) {
$build = [];

$build[] = [
'#theme' => 'page_header',
'#title' => $this->t('Latest service updates'),
];

$build[] = [
'#theme' => 'service_status_page',
'#items' => $this->serviceStatus->getStatusForPage($node),
Expand Down

0 comments on commit 2b3202b

Please sign in to comment.