Osago: totalFranchise text message

This commit is contained in:
vchikalkin 2023-05-22 15:58:55 +03:00
parent 06f5863e2b
commit 9bc1ffd093

View File

@ -118,6 +118,13 @@ export function Osago() {
};
}
if (column.key === 'totalFranchise') {
return {
...column,
render: () => 'Не требуется',
};
}
return column;
});