fix(tui): remove redundant top spacer in session history
This commit is contained in:
parent
4673bfbaa0
commit
4741e3ee6b
1 changed files with 0 additions and 1 deletions
|
|
@ -840,7 +840,6 @@ export function Session() {
|
|||
flexGrow={1}
|
||||
scrollAcceleration={scrollAcceleration()}
|
||||
>
|
||||
<box height={1} />
|
||||
<For each={rows}>
|
||||
{(row) => (
|
||||
<SessionRowView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue