2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'