0
0
Fork 0

Fix worker descriptor image

This commit is contained in:
Kevin Martinez 2023-12-11 10:52:10 -04:00
parent 57b06f7d1f
commit 9eab901be4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const sip = computed(() => worker.value?.sip && worker.value.sip.extension);
function getWorkerAvatar() {
const token = getToken();
return `/api/Images/user/160x160/${route.params.id}/download?access_token=${token}`;
return `/api/Images/user/160x160/${entityId.value}/download?access_token=${token}`;
}
const data = ref(useCardDescription());
const setData = (entity) => {