fix: 2, use user.uuid over user_uuid
This commit is contained in:
parent
5d05ec31f2
commit
9a70d89517
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export const useProfile = () => {
|
||||||
if ("username" in profile) {
|
if ("username" in profile) {
|
||||||
user_uuid = profile.uuid
|
user_uuid = profile.uuid
|
||||||
} else {
|
} else {
|
||||||
user_uuid = profile.user_uuid
|
user_uuid = profile.user.uuid
|
||||||
}
|
}
|
||||||
|
|
||||||
const friends = await fetchFriends()
|
const friends = await fetchFriends()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue