.
This commit is contained in:
parent
f00f10ca3d
commit
54fe65d31a
|
@ -1 +1 @@
|
||||||
Subproject commit 2a5f878608e9cc9e508ab4de70337c2673344596
|
Subproject commit 815f61b76f4f0818b3e86e42256fa3a31f5caf23
|
|
@ -362,9 +362,9 @@ export const getGroupAvatar = async (user = undefined) => {
|
||||||
const initials = nameArray[0].charAt(0);
|
const initials = nameArray[0].charAt(0);
|
||||||
return generateAvatarFromChars(initials);
|
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) {
|
} catch (err) {
|
||||||
return (await import("~/assets/common/img/default.svg")).default;
|
return (await import("~/assets/common/img/default.svg")).default;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user