From 9b8eced56f5e029bc92ad59b47cb9fd146b5e1d2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 11 Jan 2022 12:26:30 +0100 Subject: chore(meta): display subjects instead of thematics on Thematic pages --- src/components/PostPreview/PostPreview.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/PostPreview/PostPreview.tsx') diff --git a/src/components/PostPreview/PostPreview.tsx b/src/components/PostPreview/PostPreview.tsx index d89ddb5..3ea4c40 100644 --- a/src/components/PostPreview/PostPreview.tsx +++ b/src/components/PostPreview/PostPreview.tsx @@ -21,6 +21,7 @@ const PostPreview = ({ const meta: ArticleMeta = { commentCount: post.commentCount ? post.commentCount : 0, dates: post.dates, + subjects: post.subjects, thematics: post.thematics, }; -- cgit v1.2.3