Skip to content

Commit

Permalink
chore(warning): fix warning (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Sep 20, 2024
1 parent 6b6979d commit 7ba31cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layouts/Chatbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export let filesSelected: [File?, string?][] = []
export let emojiClickHook: (emoji: string) => boolean
export let activeChat: Chat
export let typing: User[]
export const typing: User[] = []
const dispatch = createEventDispatcher()
Expand Down

0 comments on commit 7ba31cf

Please sign in to comment.