From 63f3e6f4bea15afd1b8719ea26591aff92bf0a64 Mon Sep 17 00:00:00 2001 From: Pheuw1 Date: Sat, 18 Mar 2023 13:43:53 +0100 Subject: [PATCH] forgot to remove old prompt --- front/volume/src/components/Channels.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/front/volume/src/components/Channels.svelte b/front/volume/src/components/Channels.svelte index cf0fab6..698abcd 100644 --- a/front/volume/src/components/Channels.svelte +++ b/front/volume/src/components/Channels.svelte @@ -93,8 +93,6 @@ export let onSelectChannel: (channel: ChannelsType) => void; export const selectChat = (id: number) => { console.log("channel: ", id) - - popup.set(bind(Alert, {message:"Did not find channel"})) getChannels().then(() => { const channel = channels.find((c) => c.id === id); if (channel) {