chore: cleanup

This commit is contained in:
adamdottv 2025-05-13 09:26:54 -05:00
commit 1e9399fbee
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 15 additions and 0 deletions

View file

@ -172,6 +172,7 @@ func (i *tableCmp) updateRows() {
}
rows = append(rows, row)
}
i.table.SetRows(rows)
}