mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
misc(v2): misc fixes
This commit is contained in:
parent
95b0cb942f
commit
d64581f2b4
9 changed files with 27 additions and 34 deletions
|
@ -34,8 +34,8 @@ function BlogPage(props) {
|
|||
</li>
|
||||
))}
|
||||
</ul>
|
||||
{BlogPosts.map(BlogPost => (
|
||||
<BlogPost />
|
||||
{BlogPosts.map((BlogPost, index) => (
|
||||
<BlogPost key={index} />
|
||||
))}
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue