hide execution console
This commit is contained in:
parent
9b8ec5b67c
commit
7eac0741e0
@ -155,7 +155,7 @@ function Sidebar({
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
<div className="bg-gray-400 px-4 py-2 rounded text-sm">
|
||||
<div className="bg-gray-400 px-4 py-2 rounded text-sm hidden">
|
||||
<h2 className="text-lg mb-4 border-b border-gray-800">Console</h2>
|
||||
{executionConsole.map((line, index) => (
|
||||
<div
|
||||
|
||||
Loading…
Reference in New Issue
Block a user