@@ -26,7 +26,7 @@ export default function ShipModulesPanel ({ ship, selectedModule, setSelectedMod
26
26
</ h3 >
27
27
</ div >
28
28
< div className = 'ship-panel__ship-pips text-uppercase visible-medium' >
29
- < h4 className = 'text-muted' style = { { marginBottom : '1rem' } } > Power Distribution</ h4 >
29
+ < h4 className = 'text-muted' style = { { marginBottom : '1rem' } } > Power Distribution</ h4 >
30
30
< div className = 'ship-panel__ship-pip' >
31
31
< progress value = { ship . onBoard ? ship ?. pips ?. systems : 0 } max = { 8 } />
32
32
< label className = { ( ship . onBoard && ship ?. pips ?. systems ) > 0 ? 'text-primary' : 'text-primary text-muted' } > SYS</ label >
@@ -50,9 +50,10 @@ export default function ShipModulesPanel ({ ship, selectedModule, setSelectedMod
50
50
position : 'relative' ,
51
51
border : '.2rem solid var(--color-primary-dark)' ,
52
52
padding : '.25rem .5rem' ,
53
- background :'var(--color-background-panel-translucent)'
54
- } } >
55
- < h4 className = 'text-muted text-center' style = { { margin : '.5rem 0' } } > Power Distribution</ h4 >
53
+ background : 'var(--color-background-panel-translucent)'
54
+ } }
55
+ >
56
+ < h4 className = 'text-muted text-center' style = { { margin : '.5rem 0' } } > Power Distribution</ h4 >
56
57
< div className = 'ship-panel__ship-pips text-uppercase' >
57
58
< div className = 'ship-panel__ship-pip' >
58
59
< progress value = { ship . onBoard ? ship ?. pips ?. systems : 0 } max = { 8 } />
@@ -126,31 +127,31 @@ export default function ShipModulesPanel ({ ship, selectedModule, setSelectedMod
126
127
< tbody >
127
128
< tr >
128
129
< td >
129
- < label className = 'checkbox' >
130
- < span className = 'checkbox__text' > Ship Lights</ span >
131
- < input type = 'checkbox' checked = { ship . onBoard && cmdrStatus ?. flags ?. lightsOn } />
132
- < span class = 'checkbox__control' />
133
- </ label >
130
+ < label className = 'checkbox' >
131
+ < span className = 'checkbox__text' > Ship Lights</ span >
132
+ < input type = 'checkbox' checked = { ship . onBoard && cmdrStatus ?. flags ?. lightsOn } />
133
+ < span class = 'checkbox__control' />
134
+ </ label >
134
135
</ td >
135
136
< td >
136
- < label className = 'checkbox' >
137
- < span className = 'checkbox__text' > Night Vision</ span >
138
- < input type = 'checkbox' checked = { ship . onBoard && cmdrStatus ?. flags ?. nightVision } />
139
- < span class = 'checkbox__control' />
140
- </ label >
137
+ < label className = 'checkbox' >
138
+ < span className = 'checkbox__text' > Night Vision</ span >
139
+ < input type = 'checkbox' checked = { ship . onBoard && cmdrStatus ?. flags ?. nightVision } />
140
+ < span class = 'checkbox__control' />
141
+ </ label >
141
142
</ td >
142
143
< td >
143
144
< label className = 'checkbox' >
144
145
< span className = 'checkbox__text' > Hardpoints</ span >
145
146
< input type = 'checkbox' checked = { ship . onBoard && cmdrStatus ?. flags ?. hardpointsDeployed } />
146
- < span class = 'checkbox__control' />
147
+ < span class = 'checkbox__control' />
147
148
</ label >
148
149
</ td >
149
150
< td >
150
151
< label className = 'checkbox' >
151
152
< span className = 'checkbox__text' > Landing Gear</ span >
152
153
< input type = 'checkbox' checked = { ship . onBoard && cmdrStatus ?. flags ?. landingGearDown } />
153
- < span class = 'checkbox__control' />
154
+ < span class = 'checkbox__control' />
154
155
</ label >
155
156
</ td >
156
157
</ tr >
0 commit comments