From 5b15d3c2bfe18c294923487bad235a0034d2e97f Mon Sep 17 00:00:00 2001 From: Raghav Khanna Date: Fri, 13 Mar 2020 06:15:46 +0000 Subject: [PATCH] Clean up App.js --- src/App.js | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/App.js b/src/App.js index c0fa74f..44e94e5 100644 --- a/src/App.js +++ b/src/App.js @@ -65,7 +65,7 @@ class App extends React.Component { readInputCallBack = (codeToEval) => { console.log(test); - if(!EMULATOR_IS_INPUT){ + if (!EMULATOR_IS_INPUT) { EMULATOR_CONSOLE_READ = window.prompt() } eval(codeToEval); @@ -169,9 +169,9 @@ class App extends React.Component { height: "50em" }} > - { - test = cmd[0] - }} watchConsoleLogging hideTopBar allowTabs={false}/> + { + test = cmd[0] + }} watchConsoleLogging hideTopBar allowTabs={false}/> @@ -179,14 +179,6 @@ class App extends React.Component { - -
- -
- -
- - ) } -- GitLab