forked from mirrors/bookwyrm
Merge pull request #1750 from bookwyrm-social/hide-summary-fix
Default to hidden state for local storage visibility toggle
This commit is contained in:
commit
da85df57b2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue