fix item rendering incorrectly

This commit is contained in:
june 2025-03-10 17:42:32 +13:00
parent 4d9482f363
commit 38f4c5e1fa
Signed by untrusted user who does not match committer: breadone
GPG Key ID: FDC19FE143200483

View File

@ -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