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

This commit is contained in:
Eliseu Amaro 2021-12-01 21:15:31 +00:00
parent 5d8bd6c74a
commit 6bcd42a3a7
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 1 additions and 3 deletions

View File

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