Skip to content

Commit 07b2b28

Browse files
Remove empty tiles when no column distribution is plotted (#1469)
1 parent d8ce476 commit 07b2b28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skrub/_reporting/_data/templates/column-summaries.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
</div>
3131
{{buttons.dismissbutton()}}
3232
</div>
33-
{% endif %}
34-
33+
{% else %}
3534
<div class="horizontal-scroll padding-b-s">
3635
<div class="column-summary-group">
3736
{% for column in summary.columns %}
@@ -40,6 +39,7 @@
4039
{% endfor %}
4140
</div>
4241
</div>
42+
{% endif %}
4343
</article>
4444

4545
{% include "no-filter-matches.html" %}

0 commit comments

Comments
 (0)