Fix missing endif for nested if

This commit is contained in:
mirivlad 2026-04-26 19:32:35 +08:00
parent b54b3a55d5
commit 474836e077
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,7 @@ chart{{ metricName|replace({'-': '_', '.': '_'}) }}.canvas.addEventListener('mou
chart{{ metricName|replace({'-': '_', '.': '_'}) }}.update(); chart{{ metricName|replace({'-': '_', '.': '_'}) }}.update();
}); });
{% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}