link to thirdparty resume page fixed

This commit is contained in:
Julie Lenaerts 2021-11-24 11:59:11 +01:00
parent d0856a9a39
commit cd9ce1b458

View File

@ -189,7 +189,7 @@ export default {
// TODO i18n
return `/fr/person/${id}/general`;
} else if (type === 'thirdparty') {
return `/fr/thirdparty/thirdparty/${id}/show`;
return `/fr/3party/3party/${id}/view`;
}
}
}