remove line

This commit is contained in:
Felix Roos 2022-02-08 23:28:39 +01:00
parent 03d3f1d426
commit ce579e48a6

View File

@ -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);