diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go index 879b9d412..b04ff8856 100644 --- a/pkg/gui/branches_panel.go +++ b/pkg/gui/branches_panel.go @@ -78,7 +78,8 @@ func (gui *Gui) refreshBranches() { func (gui *Gui) refreshGithubPullRequests() { prs, err := gui.GitCommand.GithubMostRecentPRs() if err != nil { - gui.Log.Error(err) + _ = gui.surfaceError(err) + return } gui.State.GithubState.RecentPRs = prs