2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Remove "locked" badge (#8477)

- Has snuck back in due to merge conflicts
This commit is contained in:
Oliver
2024-11-14 16:11:12 +11:00
committed by GitHub
parent da112211e5
commit 9d8f874bf3

View File

@ -894,12 +894,6 @@ export default function PartDetail() {
visible={part.building > 0}
key='in_production'
/>,
<DetailsBadge
label={t`Locked`}
color='black'
visible={part.locked}
key='locked'
/>,
<DetailsBadge
label={t`Inactive`}
color='red'