|
|
@@ -415,7 +415,7 @@ const Dashboard = ({ dispatch, departments = [] }) => {
|
|
|
className="w-full max-w-30px h-30px border rounded-30px"
|
|
|
src={
|
|
|
(isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
|
|
|
- (item?.avatar ? item.avatar : '/global/img/avtra_2.jpg')
|
|
|
+ (item?.avatar ?? consts.DEFAULT_AVATAR)
|
|
|
}
|
|
|
/>
|
|
|
<span className={['absolute', styles.avtraName].join(' ')}>
|