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