diff --git a/bubbletea.go b/bubbletea.go index 3924ed7..b480353 100644 --- a/bubbletea.go +++ b/bubbletea.go @@ -149,7 +149,7 @@ func (m model) View() string { } // Render the row - s += fmt.Sprintf("%s [%s] %s\n", cursor, checked, value) + s += fmt.Sprintf("%s [%s] %s\n", cursor, checked, value.name) } // render tab bar