We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d9dbe commit af1c550Copy full SHA for af1c550
jinja2/qfdmo/carte/panels/legend_mobile.html
@@ -1,5 +1,5 @@
1
{# Panel «Légende» affiché uniquement en mobile #}
2
-{% if carte_config and not carte_config.hide_legend %}
+{% if not carte_config or not carte_config.hide_legend %}
3
<div class='fr-container qf-px-0 qf-absolute qf-inset-0 qf-font-black qf-z-[10010] qf-flex qf-flex-col qf-hidden'
4
data-search-solution-form-target="legendMainPanel"
5
data-testid="carte-legend-mobile"
0 commit comments