Skip to content
Snippets Groups Projects
Commit 992236a51e3a authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

fix(CWUser): add missing `key` prop to list elements

parent 03591f59a141
No related branches found
No related tags found
1 merge request!1Many little improvements
......@@ -18,7 +18,7 @@
<h1>CWUsers from {cwserver}</h1>
<ul>
{cwusers.map((cwuser) => (
<li>
<li key={cwuser.login}>
<BsPersonCircle /> - {cwuser.firstname} {cwuser.surname} (
{cwuser.login})
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment