summaryrefslogtreecommitdiffstats
path: root/src/components/PostHeader/PostHeader.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-25 11:45:11 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-25 11:45:11 +0100
commit82702fbe2d0607e7ca8a02c878b2e79a21664b7c (patch)
tree2388abb10f8ec41ea4a20058f122cb0e7bcae9ef /src/components/PostHeader/PostHeader.tsx
parent958569e09071e4bb290f0ec120b4309ae5983d2d (diff)
chore: display total found posts in page meta
Diffstat (limited to 'src/components/PostHeader/PostHeader.tsx')
-rw-r--r--src/components/PostHeader/PostHeader.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PostHeader/PostHeader.tsx b/src/components/PostHeader/PostHeader.tsx
index 7e45bb7..57d20fa 100644
--- a/src/components/PostHeader/PostHeader.tsx
+++ b/src/components/PostHeader/PostHeader.tsx
@@ -21,6 +21,7 @@ const PostHeader = ({
meta?.author ||
meta?.commentCount ||
meta?.dates ||
+ meta?.results ||
meta?.thematics ||
meta?.website
);