remove unnecessary check

This commit is contained in:
Yuki Osaki 2021-10-31 14:03:45 +09:00
parent 1bf9d2e30c
commit 04edfc2c63

View file

@ -83,9 +83,7 @@ func (gui *Gui) refreshGithubPullRequests() {
gui.Log.Error(err)
}
if len(prs) > 0 {
gui.State.GithubRecentPRs = prs
}
gui.State.GithubRecentPRs = prs
}
// specific functions