Browse Source

forgot to remove old prompt

master
Pheuw1 2 years ago
parent
commit
63f3e6f4be
  1. 2
      front/volume/src/components/Channels.svelte

2
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) {

Loading…
Cancel
Save