BIG-221: remove non inventory radio.

This commit is contained in:
elforjani13
2022-03-28 13:46:41 +02:00
parent d842722183
commit e87b22801b
2 changed files with 5 additions and 8 deletions

View File

@@ -64,7 +64,6 @@ export const transitionItemTypeKeyToLabel = (itemTypeKey) => {
const table = {
service: intl.get('service'),
inventory: intl.get('inventory'),
'non-inventory': intl.get('non_inventory'),
};
return typeof table[itemTypeKey] === 'string' ? table[itemTypeKey] : '';
};