Skip to content

Commit

Permalink
Allow Praxis rules to be edited one at a time.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Apr 22, 2024
1 parent e045d2f commit 3255402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/tool-group/tool-group.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
*ngFor="let rule of toolGroup['rules-praxis']"
>
<li
*ngIf="toolGroup['rules-country'].length > 1"
*ngIf="toolGroup['rules-praxis'].length > 1"
class="list-group-item d-flex justify-content-between align-items-center"
>
Rule
Expand Down

0 comments on commit 3255402

Please sign in to comment.