Skip to content

Commit

Permalink
Merge pull request #118 from kudos-ink/show-certified-issue-project-p…
Browse files Browse the repository at this point in the history
…ages

feat: show certified issues on project page
  • Loading branch information
CJ13th authored Nov 1, 2024
2 parents e334f85 + 1baed75 commit d1c203f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/projects/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default async function SingleProjectPage({ params }: IProps) {

const query: IssueQueryParams = {
projects: [slug],
certified: true,
};
const issues = await fetchProjectIssues(slug, query);
const metrics = await constructProjectMetrics(infos, issues);
Expand Down

0 comments on commit d1c203f

Please sign in to comment.