fix(User): add missing unique key prop
This commit is contained in:
parent
0ab11ea1e1
commit
9cc60d087e
@ -25,7 +25,7 @@ class User extends Component {
|
|||||||
{
|
{
|
||||||
userDetails.map(([key, value]) => {
|
userDetails.map(([key, value]) => {
|
||||||
return (
|
return (
|
||||||
<tr>
|
<tr key={key}>
|
||||||
<td>{`${key}:`}</td>
|
<td>{`${key}:`}</td>
|
||||||
<td><strong>{value}</strong></td>
|
<td><strong>{value}</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user