Skip to content

Commit

Permalink
PROBE-222 remove status for regulation
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley authored Jun 28, 2024
1 parent 4f42983 commit 6ad686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcomponents/reglementen-detail/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ReglementenDetail extends HTMLElement {
<dt>Type:</dt>
<dd>${this.type}</dd>
</dl>
<span class="resolutions-detail__status">Reglement</span>
<span class="resolutions-detail__status">&nbsp;</span>
</div>
`);
}
Expand Down

0 comments on commit 6ad686e

Please sign in to comment.