Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1fe4822

Browse files
Merge remote-tracking branch 'origin/master' into stanley/check-suites-pull-request-model-1
2 parents d6a95f7 + 3bdc45e commit 1fe4822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/GitHubPane/PullRequestReviewAuthoringViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public PullRequestReviewAuthoringViewModel(
6868
_ => DoSubmit(Octokit.PullRequestReviewEvent.RequestChanges));
6969
Cancel = ReactiveCommand.CreateAsyncTask(DoCancel);
7070
NavigateToPullRequest = ReactiveCommand.Create().OnExecuteCompleted(_ =>
71-
NavigateTo(Invariant($"{LocalRepository.Owner}/{LocalRepository.Name}/pull/{PullRequestModel.Number}")));
71+
NavigateTo(Invariant($"{RemoteRepositoryOwner}/{LocalRepository.Name}/pull/{PullRequestModel.Number}")));
7272
}
7373

7474
/// <inheritdoc/>

0 commit comments

Comments
 (0)