Add New Task from Keybind #3

Merged
breadone merged 4 commits from 2-new-task into main 2025-03-10 17:50:38 +13:00
Showing only changes of commit 38f4c5e1fa - Show all commits

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