feat: show running game on sidebar

This commit is contained in:
Zamitto
2024-06-19 19:07:36 -03:00
parent e933cec888
commit 4a59a52174
13 changed files with 85 additions and 12 deletions

View File

@@ -27,8 +27,6 @@ const updateProfile = async (
displayName: string,
newProfileImagePath: string | null
): Promise<UserProfile> => {
console.log(newProfileImagePath);
if (!newProfileImagePath) {
return (await patchUserProfile(displayName)).data;
}