diff --git a/tgui/packages/tgui/interfaces/ChemSynthesizer.js b/tgui/packages/tgui/interfaces/ChemSynthesizer.js
index 859e52c97e..6d7c53d35d 100644
--- a/tgui/packages/tgui/interfaces/ChemSynthesizer.js
+++ b/tgui/packages/tgui/interfaces/ChemSynthesizer.js
@@ -120,19 +120,19 @@ const ChemSynthesizerQueueList = (props, context) => {
}
);
- }
- return (
-
-
-
- );
- }) || (
+
+ return (
+
+
+
+ );
+ } }) || (
Queue Empty.
@@ -150,7 +150,7 @@ const ChemSynthesizerRecipeList = (props, context) => {
return (
- {recipes.map(item => (
+ {recipes.map(item => {
-
- ))}
+ ;
+ })}
);
};