From ce579e48a6439b6b48f68a299c263a58b770d1fa Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 8 Feb 2022 23:28:39 +0100 Subject: [PATCH] remove line --- repl/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/repl/src/App.tsx b/repl/src/App.tsx index abb3e3f2..45eaa9ee 100644 --- a/repl/src/App.tsx +++ b/repl/src/App.tsx @@ -111,7 +111,6 @@ function App() { const parsed = parse(_code); // need arrow function here! otherwise if user returns a function, react will think it's a state reducer // only first time, then need ctrl+enter - pattern; setPattern(() => parsed.pattern); if (!activePattern || isHot) { setActivePattern(() => parsed.pattern);