-
+
- {#key channelId}
- {#if channelId}
-
- {:else}
-
+
+ {#key channelId}
+ {#if channelId && channelId !== 'profile'}
+
+ {:else}
+
+
+
-
- {/if}
- {/key}
+ {/if}
+ {/key}
+
+
+
diff --git a/src/ic_panda_frontend/src/lib/components/messages/MyChannelList.svelte b/src/ic_panda_frontend/src/lib/components/messages/MyChannelList.svelte
index 1b98d3a..814fbf1 100644
--- a/src/ic_panda_frontend/src/lib/components/messages/MyChannelList.svelte
+++ b/src/ic_panda_frontend/src/lib/components/messages/MyChannelList.svelte
@@ -77,12 +77,12 @@
>
-
Channels
+
Channels
{#each channels as channel}