This commit is contained in:
2024-08-24 19:35:07 +03:00
parent 1505aaa909
commit 0e5ac08641
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<div class="top-nav ">
<a class="top-nav-item" href="{channel.lucentUrl}/members">Members</a>
{#if channel.commands}
{#if channel.commands.length > 0}
<Dropdown>
<div slot="button">Actions</div>
{#each channel.commands as command}