Skip to content

Commit

Permalink
Remove "locked" badge
Browse files Browse the repository at this point in the history
- Has snuck back in due to merge conflicts
  • Loading branch information
SchrodingersGat committed Nov 12, 2024
1 parent 246f171 commit c001876
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/frontend/src/pages/part/PartDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c001876

Please sign in to comment.