Merge branch 'shadi/develop' of https://git2.tavasi.ir/front/base_ui into main
This commit is contained in:
commit
99a2bb7fba
|
@ -1 +1 @@
|
|||
Subproject commit 2a5f878608e9cc9e508ab4de70337c2673344596
|
||||
Subproject commit be90244a87e87eb66759bd10fabf5e881998b055
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user