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: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"