fix(tui): remove redundant top spacer in session history

This commit is contained in:
Dax Raad
2026-06-27 13:54:16 -04:00
parent 78ad129372
commit 6a97999fcc
@@ -840,7 +840,6 @@ export function Session() {
flexGrow={1}
scrollAcceleration={scrollAcceleration()}
>
<box height={1} />
<For each={rows}>
{(row) => (
<SessionRowView