diff options
Diffstat (limited to 'src/components/PostPreview/PostPreview.tsx')
| -rw-r--r-- | src/components/PostPreview/PostPreview.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |
