Merge branch 'develop'
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

# Conflicts:
#	package.json
#	projects/common-map/src/fm-map/common-map.module.ts
#	projects/common/src/fm/reducers/app-common.reducer.ts
This commit is contained in:
Willem Dantuma
2022-01-31 21:04:52 +01:00
51 changed files with 6185 additions and 6128 deletions

View File

@@ -40,6 +40,7 @@ export class AvatarComponent implements OnInit {
refresh(user: IUser) {
if (!user) return null;
debugger;
const apiEndpoint = this.appConfig.getConfig("apiEndPoint");
this.src = `${apiEndpoint}/api/v1/users/${user.code}/avatar`;
this.name = user.firstName && user.lastName ?