fix(blog): authors count incorrectly rendered (#10431)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
ozaki 2024-08-23 14:07:49 +02:00 committed by GitHub
parent afd2374ca6
commit aa65f39d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 60 additions and 4 deletions

View file

@ -96,4 +96,5 @@ export {
useBlogAuthorPageTitle,
translateBlogAuthorsListPageTitle,
BlogAuthorsListViewAllLabel,
BlogAuthorNoPostsLabel,
} from './translations/blogTranslations';