Skip to content

Commit

Permalink
refactor: remove unused recommended articles fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
a11rew committed Oct 16, 2024
1 parent d3da507 commit cc8ea9e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export default async function ArticlePage({ params }: ArticlePageProps) {
return notFound();
}

const recommendedArticles =
await PCCConvenienceFunctions.getRecommendedArticles(article.id);

return (
<Layout>
<div className="prose mx-4 mt-16 text-black sm:mx-6 md:mx-auto">
Expand Down

0 comments on commit cc8ea9e

Please sign in to comment.