fix: crash whilst loading DMs
This commit is contained in:
parent
27a30d08a6
commit
74ba8ea91d
2 changed files with 2 additions and 9 deletions
|
@ -33,14 +33,6 @@ const friends = await fetchFriends()
|
|||
function updateFilter(newFilter: string) {
|
||||
filter.value = newFilter;
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
updateNavbar({isDirectMessages: true})
|
||||
})
|
||||
|
||||
onActivated(async () => {
|
||||
updateNavbar({isDirectMessages: true})
|
||||
})
|
||||
</script>
|
||||
|
||||
<style module>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue