Compare commits
3 Commits
main
...
shadi/deve
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4462c62e6c | ||
![]() |
6299d5ec81 | ||
![]() |
54fe65d31a |
|
@ -1 +1 @@
|
||||||
Subproject commit 2a5f878608e9cc9e508ab4de70337c2673344596
|
Subproject commit be90244a87e87eb66759bd10fabf5e881998b055
|
|
@ -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