We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef959fe commit 69ba29bCopy full SHA for 69ba29b
templates/partials/panel.twig
@@ -34,7 +34,7 @@
34
35
<div class="divide-y divide-gray-900/5 dark:divide-white/5">
36
{% for name, value in array %}
37
- {% if name %}
+ {% if name or value is iterable %}
38
<div class="px-4 py-1.5">
39
<div class="flex items-center justify-between gap-4">
40
<div class="text-xs font-semibold text-gray-600 dark:text-gray-300">{{ value is iterable ? value[0] : name }}</div>
0 commit comments