mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Remove "locked" badge (#8477)
- Has snuck back in due to merge conflicts
This commit is contained in:
parent
da112211e5
commit
9d8f874bf3
@ -894,12 +894,6 @@ export default function PartDetail() {
|
|||||||
visible={part.building > 0}
|
visible={part.building > 0}
|
||||||
key='in_production'
|
key='in_production'
|
||||||
/>,
|
/>,
|
||||||
<DetailsBadge
|
|
||||||
label={t`Locked`}
|
|
||||||
color='black'
|
|
||||||
visible={part.locked}
|
|
||||||
key='locked'
|
|
||||||
/>,
|
|
||||||
<DetailsBadge
|
<DetailsBadge
|
||||||
label={t`Inactive`}
|
label={t`Inactive`}
|
||||||
color='red'
|
color='red'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user