fix item rendering incorrectly
This commit is contained in:
parent
4d9482f363
commit
38f4c5e1fa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user