diff --git a/front/volume/src/components/Channels.svelte b/front/volume/src/components/Channels.svelte index 9a3552b..7888095 100644 --- a/front/volume/src/components/Channels.svelte +++ b/front/volume/src/components/Channels.svelte @@ -229,10 +229,14 @@ on:click={() => removeChannel(channel.id)} on:keydown={() => removeChannel(channel.id)}>🗑️ - {#if channel.isPrivate == true} - + + {#if channel.isPrivate == true && channel.password} + + {/if} + + {#if !(channel.isPrivate == true && !channel.password)} + {/if} -