Implement profile modal #52

Merged
twig merged 27 commits from profile-modal into main 2025-08-04 19:06:45 +00:00
Showing only changes of commit 9a70d89517 - Show all commits

View file

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