This commit is contained in:
Mehdi104797 2025-03-15 13:45:21 +03:30
parent f00f10ca3d
commit 54fe65d31a
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2a5f878608e9cc9e508ab4de70337c2673344596
Subproject commit 815f61b76f4f0818b3e86e42256fa3a31f5caf23

View File

@ -362,9 +362,9 @@ export const getGroupAvatar = async (user = undefined) => {
const initials = nameArray[0].charAt(0);
return generateAvatarFromChars(initials);
}
}
} else return (await import("~/assets/common/img/default.svg")).default;
}
}
} else return (await import("~/assets/common/img/default.svg")).default;
} catch (err) {
return (await import("~/assets/common/img/default.svg")).default;
}