Skip to content

Commit

Permalink
Merge pull request #609 from CodeCrowCorp/dev
Browse files Browse the repository at this point in the history
Fix: temporarily removed vertical carousel
  • Loading branch information
gagansuie authored Jul 10, 2023
2 parents 7cc2188 + a9fb78f commit ceba008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/channel/[channelId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
onMount(async () => {
await loadChannel()
await handleWebsocket()
await loadMoreChannels()
// await loadMoreChannels()
$is_chat_drawer_destroy = false
setTimeout(() => {
$is_chat_drawer_open = true
Expand Down

0 comments on commit ceba008

Please sign in to comment.