diff --git a/src/App.tsx b/src/App.tsx
index 5aa88aa..137b362 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -167,6 +167,9 @@ if(urlRoom != 'test'){
) : (
)}
+
);
diff --git a/src/SpellCasting/Interpreter.tsx b/src/SpellCasting/Interpreter.tsx
index db73153..3704e37 100644
--- a/src/SpellCasting/Interpreter.tsx
+++ b/src/SpellCasting/Interpreter.tsx
@@ -216,7 +216,7 @@ function Interpreter(props:any) {//:any
yVariableName={axisCount > 1 ? 'petalLength' : null}
zVariableName={axisCount > 2 ? 'sepalWidth' : null}
markType={markType}
- color={markColorVar} /> : null }
+ colorVar={markColorVar} /> : null }
{/* Z */}
{axisCount > 2 ? {