mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 08:36:25 -04:00
remove unnecessary check
This commit is contained in:
parent
1bf9d2e30c
commit
04edfc2c63
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue