We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9da3bc commit d18ffc3Copy full SHA for d18ffc3
1 file changed
src/app/Console.js
@@ -26,8 +26,6 @@ const Console = observer(({ run }) => {
26
this.stdoutContainer.scrollTop = diff;
27
};
28
29
- const { run } = this.props;
30
- return (
31
return (
32
<Box
33
ref={stdoutContainerRef}
0 commit comments