Merge pull request #1750 from bookwyrm-social/hide-summary-fix

Default to hidden state for local storage visibility toggle
This commit is contained in:
Mouse Reeve 2022-01-01 13:43:25 -08:00 committed by GitHub
commit da85df57b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@
{% endif %} {% endif %}
{% if annual_summary_year and tab.key == 'home' %} {% 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 %} {% include 'feed/summary_card.html' with year=annual_summary_year %}
<hr> <hr>
</section> </section>