Fixed store implementation
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<script>
|
||||
export let logged_in = true;
|
||||
import UserStore from '$lib/UserStore';
|
||||
|
||||
$: logged_in = $UserStore.isLoggedIn;
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user