Skip to content

Commit

Permalink
Fix precipitation tile
Browse files Browse the repository at this point in the history
  • Loading branch information
skybluesofa committed Feb 2, 2024
1 parent 39ec600 commit 0074ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/c2c/cell/precip.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$hex = '#000';
$color = 'No Data';
$title = 'Precip';
$precipitation = 0;
$precipitationType = 'n/a';
if (!empty($positionInformation['weather']) && is_array($positionInformation['weather']['precipitation'])) {
Expand Down

0 comments on commit 0074ffb

Please sign in to comment.