rename to repolist.RepoRow
This commit is contained in:
parent
e0bda97e5f
commit
9ddddd8ceb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue