Skip to content

Commit

Permalink
Update person-highlighting-overlay.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rabeatwork authored Jan 16, 2024
1 parent 9f4cb41 commit 8a9254d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="dialog-heading">Constraints for Person Highlighting</div>
</div>

@if (personConstraintsCopy.length === 0) {
@if (!personConstraintsCopy.length) {
<div class="no-constraints-hint align-self-center">No Constraints Configured</div>
} @else {
<!-- constraint list -->
Expand Down

0 comments on commit 8a9254d

Please sign in to comment.