Osago: totalFranchise text message
This commit is contained in:
parent
06f5863e2b
commit
9bc1ffd093
@ -118,6 +118,13 @@ export function Osago() {
|
||||
};
|
||||
}
|
||||
|
||||
if (column.key === 'totalFranchise') {
|
||||
return {
|
||||
...column,
|
||||
render: () => 'Не требуется',
|
||||
};
|
||||
}
|
||||
|
||||
return column;
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user