style: fix linting issues met Prettier
This commit is contained in:
parent
49f1a98eec
commit
07f65398bb
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ async function loadUser(): Promise<User | null> {
|
||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const isLoggedIn = computed(() => authState.user !== null);
|
const isLoggedIn = computed(() => authState.user !== null);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue