integrated onecall usage into existing types

This commit is contained in:
Bryan Zhu
2020-08-01 02:59:08 -04:00
48 changed files with 1526 additions and 1536 deletions

View File

@@ -1,4 +1,7 @@
{% if forecast %}
{% if forecast or weatherData %}
{% if weatherData %}
{% set forecast = weatherData.days %}
{% endif %}
{% set numSteps = forecast | calcNumSteps %}
{% set currentStep = 0 %}
<table class="{{ config.tableClass }}">