We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11a229 commit 26140a1Copy full SHA for 26140a1
modules/default/weather/hourly.njk
@@ -28,14 +28,14 @@
28
</td>
29
{% endif %}
30
{% if config.showPrecipitationAmount %}
31
- {% if (!config.hideZeroes or hour.precipitationAmount>0) %}
+ {% if (not config.hideZeroes or hour.precipitationAmount>0) %}
32
<td class="align-right bright precipitation-amount">
33
{{ hour.precipitationAmount | unit("precip", hour.precipitationUnits) }}
34
35
36
37
{% if config.showPrecipitationProbability %}
38
39
<td class="align-right bright precipitation-prob">
40
{{ hour.precipitationProbability | unit('precip', '%') }}
41
0 commit comments