hide execution console
This commit is contained in:
parent
710f2987a4
commit
823bd2e249
@ -167,7 +167,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>
|
||||
{Object.entries(executionConsoles).map(([index, lines]) => (
|
||||
<div key={index}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user