mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
fix: no se seteaba una imagen de perfil
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
});
|
||||
if (image === null) return;
|
||||
cargando = true;
|
||||
await updateUsuario({ id: data.id, profileImage: true, image: image });
|
||||
await updateUsuario({ id: data.id, profileImage: false, image: image });
|
||||
let ret = await obtenerUsuarioPorUsername(data.username);
|
||||
if (ret) {
|
||||
data = { ...data, ...ret };
|
||||
|
||||
Reference in New Issue
Block a user