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 377c4dc commit 1c94bcbCopy full SHA for 1c94bcb
src/unfold/templates/unfold/helpers/tab_list.html
@@ -1,6 +1,9 @@
1
{% load i18n %}
2
-{% if not is_popup and tabs_list%}
3
- <div id="tabs-wrapper" class="flex items-start flex-col mb-4 md:flex-row md:items-center">
4
- {% include "unfold/helpers/tab_items.html" %}
5
- </div>
+
+{% if not is_popup %}
+ {% if tabs_list or inlines_list %}
+ <div id="tabs-wrapper" class="flex items-start flex-col mb-4 md:flex-row md:items-center">
6
+ {% include "unfold/helpers/tab_items.html" %}
7
+ </div>
8
+ {% endif %}
9
{% endif %}
0 commit comments