the ID lock doesn't even lock to your ID whats the

This commit is contained in:
Jerry Wester
2023-05-01 00:20:26 -05:00
committed by KrissKr0ss
parent 682d60710d
commit 908ac03b6d
2 changed files with 0 additions and 20 deletions
-12
View File
@@ -459,7 +459,6 @@ const ParametersSection = (props, context) => {
const {
active,
malfunctioning,
locked,
open,
selected_module,
complexity,
@@ -489,17 +488,6 @@ const ParametersSection = (props, context) => {
}>
{status}
</LabeledList.Item>
<LabeledList.Item
label="ID Lock"
buttons={
<Button
icon={locked ? 'lock-open' : 'lock'}
content={locked ? 'Unlock' : 'Lock'}
onClick={() => act('lock')}
/>
}>
{locked ? 'Locked' : 'Unlocked'}
</LabeledList.Item>
<LabeledList.Item label="Cover">
{open ? 'Open' : 'Closed'}
</LabeledList.Item>