Don't render empty table
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
</f:if>
|
</f:if>
|
||||||
</f:else>
|
</f:else>
|
||||||
</f:if>
|
</f:if>
|
||||||
|
<f:if condition="{dates}">
|
||||||
<table class="w-full mb-4">
|
<table class="w-full mb-4">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="bg-ep-primary-dark text-white">
|
<tr class="bg-ep-primary-dark text-white">
|
||||||
@@ -214,6 +214,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</f:if>
|
</f:if>
|
||||||
</ul>
|
</ul>
|
||||||
|
</f:if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hidden fixed inset-0 w-full h-full z-50"
|
<div class="hidden fixed inset-0 w-full h-full z-50"
|
||||||
|
|||||||
Reference in New Issue
Block a user