Skip to content

Commit

Permalink
hide execution console
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Jul 31, 2024
1 parent 710f298 commit 823bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 823bd2e

Please sign in to comment.