rename to repolist.RepoRow

This commit is contained in:
Jeff Carr 2024-02-23 09:02:16 -06:00
parent e0bda97e5f
commit 9ddddd8ceb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"go.wit.com/log"
)
func hideFunction(r *repolist.Repo) {
func hideFunction(r *repolist.RepoRow) {
if r.Status.IsDirty() {
r.Show()
return