mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update ExosuitFabricator.js
This commit is contained in:
@@ -6,6 +6,7 @@ import { Flex, Section, Tabs, Box, Button, Fragment, ProgressBar, NumberInput, I
|
||||
import { Window } from '../layouts';
|
||||
import { createSearch } from 'common/string';
|
||||
|
||||
/*
|
||||
const MATERIAL_KEYS = {
|
||||
"iron": "sheet-metal_3",
|
||||
"glass": "sheet-glass_3",
|
||||
@@ -124,10 +125,10 @@ const searchFilter = (search, allparts) => {
|
||||
|
||||
return searchResults;
|
||||
};
|
||||
|
||||
*/
|
||||
export const ExosuitFabricator = (props, context) => {
|
||||
const { act, data } = useBackend(context);
|
||||
|
||||
/*
|
||||
const queue = data.queue || [];
|
||||
const materialAsObj = materialArrayToObj(data.materials || []);
|
||||
|
||||
@@ -140,7 +141,7 @@ export const ExosuitFabricator = (props, context) => {
|
||||
const [
|
||||
displayMatCost,
|
||||
setDisplayMatCost,
|
||||
] = useSharedState(context, "display_mats", false);
|
||||
] = useSharedState(context, "display_mats", false); */
|
||||
|
||||
return (
|
||||
<Window
|
||||
@@ -845,4 +846,4 @@ const BeingBuilt = (props, context) => {
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user