mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-17 15:47:31 -03:00
fix: no se seteaba una imagen de perfil
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
});
|
});
|
||||||
if (image === null) return;
|
if (image === null) return;
|
||||||
cargando = true;
|
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);
|
let ret = await obtenerUsuarioPorUsername(data.username);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
data = { ...data, ...ret };
|
data = { ...data, ...ret };
|
||||||
|
|||||||
Reference in New Issue
Block a user