fix: only show subheader if it is set

This commit is contained in:
Shariq Ansari 2023-07-29 15:46:39 +05:30
parent 520011e3d9
commit 5220e18875

View File

@ -8,6 +8,7 @@
</div>
</div>
<div
v-if="$slots['left-subheader'] || $slots['right-subheader']"
id="sub-header"
class="flex justify-between items-center px-5 pb-3 border-b"
>