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}