summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/ui/table.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ui/table.go b/internal/ui/table.go
index 8703ac1..4704df7 100644
--- a/internal/ui/table.go
+++ b/internal/ui/table.go
@@ -460,6 +460,7 @@ func (m Model) View() string {
view := lipgloss.JoinVertical(lipgloss.Left,
m.topStatusLine(),
m.tbl.View(),
+ m.expandedCellView(),
m.statusLine(),
)
if m.cellExpanded {