fix/ build

This commit is contained in:
tangly1024.com
2023-06-07 15:47:31 +08:00
parent d98d1f4c4b
commit 93fd5b8fe3
17 changed files with 17 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ const LatestPostsGroup = ({ latestPosts }) => {
{locale.COMMON.LATEST_POSTS}
</div>
</div>
{latestPosts.map(post => {
{latestposts?.map(post => {
const selected = currentPath === `${BLOG.SUB_PATH}/${post.slug}`
return (
(<Link