wip: refactoring tui

pull/38/head
adamdottv 2025-06-13 07:17:28 -05:00
parent 37febc6873
commit 0caf25adee
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ func (c *simpleListComponent[T]) View() string {
if len(items) <= 0 {
return baseStyle.
Background(t.Background()).
Padding(0, 1).
Width(maxWidth).
Render(c.fallbackMsg)