Skip to content

Commit

Permalink
chore: fixed broken pull request page
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 3, 2023
1 parent deccd45 commit 2846873
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import PullRequest from '../../components/pull-request/pull-request/PullRequest.view';
import PullRequestCtrl from '../../components/pull-request/pull-request/PullRequest.data';

export default function RepoPullRequest() {
// @ts-ignore
return <PullRequest />;
return <PullRequestCtrl />;
}

0 comments on commit 2846873

Please sign in to comment.