mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Address Affected concern and recompile TGUI
This commit is contained in:
@@ -12,11 +12,10 @@ export const SatelliteControl = (props, context) => {
|
||||
meteor_shield_coverage_max,
|
||||
meteor_shield_coverage_percentage,
|
||||
} = data;
|
||||
let satList;
|
||||
return (
|
||||
<Window resizable>
|
||||
<Window.Content scrollable>
|
||||
{ meteor_shield && (
|
||||
{meteor_shield && (
|
||||
<Section title="Station Shield Coverage">
|
||||
<ProgressBar
|
||||
color={meteor_shield_coverage_percentage >= 100 ? 'good': 'average'}
|
||||
|
||||
Reference in New Issue
Block a user