Skip to content

Commit

Permalink
Merge pull request #1541 from rodekruis/fix.debug-variable
Browse files Browse the repository at this point in the history
fix: remove debug variable
  • Loading branch information
gulfaraz authored Aug 12, 2024
2 parents 8d91131 + 58261f4 commit cef9a1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
}
@for (class of alertClasses; track class.alertClass) {
<div>
{{ class }}
<ul class="area-list">
@for (area of class.areas; track area.name) {
<li class="clickable-area" (click)="selectArea(area)">
Expand Down

0 comments on commit cef9a1b

Please sign in to comment.