mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Fix escape pod doors status in UI displaying as error (#9915)
Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5c1ab76e5d
commit
63f9f66fcf
@@ -198,6 +198,7 @@ export const DockingStatus = (props: { state: string }) => {
|
|||||||
const dockHatch: React.JSX.Element[] = [];
|
const dockHatch: React.JSX.Element[] = [];
|
||||||
|
|
||||||
dockHatch['open'] = <Box color="average">OPEN</Box>;
|
dockHatch['open'] = <Box color="average">OPEN</Box>;
|
||||||
|
dockHatch['closed'] = <Box color="good">CLOSED</Box>;
|
||||||
dockHatch['unlocked'] = <Box color="average">UNSECURED</Box>;
|
dockHatch['unlocked'] = <Box color="average">UNSECURED</Box>;
|
||||||
dockHatch['locked'] = <Box color="good">SECURED</Box>;
|
dockHatch['locked'] = <Box color="good">SECURED</Box>;
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user