Skip to content

Commit

Permalink
fixed no anomaly message
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Feb 29, 2024
1 parent 7e013e2 commit dbe8629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/anomaly/anomaly.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2>Value is anomalous!</h2>
</div>

<!-- sometimes there are null rows in the timescale response -->
<div *ngIf="anomaly.value == null" class="text-container">
<div *ngIf="anomaly.value == null || anomaly.value === ''" class="text-container">
<h2>No anomaly detected!</h2>
</div>
</div>
Expand Down

0 comments on commit dbe8629

Please sign in to comment.