From a952db3a4b5f66d471d3120b8e11307ddd0860ce Mon Sep 17 00:00:00 2001 From: Pheuw1 Date: Fri, 17 Mar 2023 14:56:44 +0100 Subject: [PATCH] no invite on public --- front/volume/src/components/Channels.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/volume/src/components/Channels.svelte b/front/volume/src/components/Channels.svelte index 114e0b2..57b1070 100644 --- a/front/volume/src/components/Channels.svelte +++ b/front/volume/src/components/Channels.svelte @@ -235,7 +235,9 @@ on:click={() => removeChannel(channel.id)} on:keydown={() => removeChannel(channel.id)}>🗑️ + {#if channel.isPrivate == true} + {/if}