Fixed masquage silencieux de la chloropleth #65

This commit is contained in:
Colin Maudry
2026-03-17 17:30:41 +01:00
parent ab3377ef60
commit 9629231e29
+1 -1
View File
@@ -609,7 +609,7 @@ def make_card(
children.append(html.H5(title, className="card-title"))
if subtitle:
children.append(html.H6(subtitle, className="card-subtitle mb-2 text-muted"))
if fig:
if fig is not None:
children.append(fig)
if paragraphs:
for p in paragraphs: