fix: return unmount function in onMount handler
This commit is contained in:
parent
6b1b995c9c
commit
8115a1b1ee
|
@ -17,6 +17,8 @@
|
|||
|
||||
onMount(() => {
|
||||
loggedIn.fetchIsLoggedIn();
|
||||
|
||||
return () => {};
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue