chore: tidy TODOs

This commit is contained in:
bashbunni
2024-09-25 11:25:27 -07:00
parent c9845d82ef
commit add073a3e0
-1
View File
@@ -429,7 +429,6 @@ func rowToString(rows []Row) [][]string {
}
// SetHeaders sets the table headers.
// TODO should this be variadic to match lipgloss table?
func (m *Model) SetHeaders(headers ...string) {
m.headers = headers
m.table.Headers(headers...)