Default to hidden state for local storage visibility toggle

This commit is contained in:
Mouse Reeve 2022-01-01 13:09:24 -08:00
parent cb3d224a5b
commit 265fd1cb52

View file

@ -73,7 +73,7 @@
{% endif %}
{% if annual_summary_year and tab.key == 'home' %}
<section class="block" data-hide="hide_annual_summary_{{ annual_summary_year }}">
<section class="block is-hidden" data-hide="hide_annual_summary_{{ annual_summary_year }}">
{% include 'feed/summary_card.html' with year=annual_summary_year %}
<hr>
</section>