fix: return unmount function in onMount handler

This commit is contained in:
Xymorot 2019-08-01 22:33:19 +02:00
parent 6b1b995c9c
commit 8115a1b1ee
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
onMount(() => {
loggedIn.fetchIsLoggedIn();
return () => {};
});
</script>