chore: cleanup

This commit is contained in:
Adam
2026-02-13 05:52:33 -06:00
parent 1c71604e0a
commit 4f51c0912d
2 changed files with 2 additions and 2 deletions

View File

@@ -1758,7 +1758,7 @@ export default function Page() {
</div>
<TerminalPanel
open={isDesktop() && view().terminal.opened()}
open={view().terminal.opened()}
height={layout.terminal.height()}
resize={layout.terminal.resize}
close={view().terminal.close}