Skip to content

Commit

Permalink
Merge pull request #467 from helsingborg-stad/3.0/fix/inlay-list-errors
Browse files Browse the repository at this point in the history
Fix: Inlay list errors
  • Loading branch information
Anna authored Sep 8, 2023
2 parents b202527 + ed81214 commit 1983add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/php/Module/InlayList/views/inlaylist.blade.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@card([
'attributeList' => [
'aria-labelledby' => 'mod-inlaylist' . $id . '-label'
'aria-labelledby' => 'mod-inlaylist' . $ID . '-label'
],
'context' => 'module.inlay.list'
])

@if (!$hideTitle && !empty($postTitle))
<div class="c-card__header">
@typography([
'id' => 'mod-inlaylist' . $id . '-label',
'id' => 'mod-inlaylist' . $ID . '-label',
'element' => 'h2',
'variant' => 'h4',
'classList' => []
Expand Down

0 comments on commit 1983add

Please sign in to comment.