[TWIG][Base] Remove user has to be logged in condition when rendering right panel.

This commit is contained in:
2021-12-01 21:15:31 +00:00
parent 5d8bd6c74a
commit 6bcd42a3a7

View File

@@ -89,9 +89,7 @@
</div>
</details>
{% if app.user %}
{{ block("rightpanel", "stdgrid.html.twig") }}
{% endif %}
{{ block("rightpanel", "stdgrid.html.twig") }}
</header>
{% endblock header %}