Fixed No Weather Data

This commit is contained in:
Zakary Timson 2019-01-03 14:10:02 -05:00
parent 4acff9e77c
commit c7cc942bd3

View File

@ -25,6 +25,6 @@
</div>
</div>
</div>
<div>
<div *ngIf="!weatherService.weather.length">
<h3 class="text-danger">No Weather Data (API Limit Reached)</h3>
</div>