From add073a3e093e32131057a3436493466cc21787d Mon Sep 17 00:00:00 2001 From: bashbunni Date: Wed, 25 Sep 2024 11:25:27 -0700 Subject: [PATCH] chore: tidy TODOs --- table/table.go | 1 - 1 file changed, 1 deletion(-) diff --git a/table/table.go b/table/table.go index fd97857..5322baf 100644 --- a/table/table.go +++ b/table/table.go @@ -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...)