style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-18 08:25:58 +00:00
parent 49f1a98eec
commit 07f65398bb

View file

@ -44,7 +44,6 @@ async function loadUser(): Promise<User | null> {
return user;
}
const isLoggedIn = computed(() => authState.user !== null);
/**