Skip to content

Commit

Permalink
Add check for status
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed Sep 10, 2024
1 parent e09ae0c commit 10c6486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcomponents/reglementen-lijst/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ReglementenLijst extends HTMLElement {
datum="${reglement.publicatie_datum.value}"
url="${reglement.url.value}"
type="${ReglementenLijst.types[reglement.type.value]}"
status="${reglement.status.value}"
status="${reglement.status?.value || ''}"
></reglementen-detail>
`;
}
Expand Down

0 comments on commit 10c6486

Please sign in to comment.