Skip to content
Snippets Groups Projects
Commit 8eaac4b0 authored by epson220's avatar epson220
Browse files

li key

parent 2d613329
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ const Board = () => {
</form>
<ol>
{response.map((res) => (
<li>
<li key={res._id}>
<Link to="/detailBoard">
{res.title} {res.created_at}
</Link>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment