You've already forked AstralRinth
forked from didirus/AstralRinth
fix: not being able to Follow/Save/Report projects (#2173)
* fix: not being able to Follow/Save/Report projects * fix lint
This commit is contained in:
@@ -472,7 +472,7 @@ const auth = await useAuth();
|
||||
const user = ref();
|
||||
|
||||
if (import.meta.client) {
|
||||
user.value = await useUser();
|
||||
user.value = (await useUser()).value;
|
||||
}
|
||||
|
||||
const cosmetics = useCosmetics();
|
||||
|
||||
Reference in New Issue
Block a user