#6957: FetchedTags refactor template #382

Merged
jsegarra merged 11 commits from 6957_refactorFetechedTags into dev 2024-05-24 06:18:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 41e2462b49 - Show all commits

View File

@ -56,7 +56,7 @@ const onBankEntityCreated = (data) => {
};
function handleLocation(data, location) {
const { town, postcode: code, provinceFk, countryFk } = location ?? {};
const { town, code, provinceFk, countryFk } = location ?? {};
data.postcode = code;
data.city = town;
data.provinceFk = provinceFk;