Don't render empty table

This commit is contained in:
Björn Fromme
2022-03-07 17:25:08 +01:00
parent f2040cf7dc
commit 70aaeb6de9
@@ -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"