Implement profile modal #52
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