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:
ToBinio
2024-08-18 20:08:04 +02:00
committed by GitHub
parent 06f2340569
commit bb3ce9fbc6
3 changed files with 4 additions and 4 deletions

View File

@@ -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();