We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e50e77 commit d87b209Copy full SHA for d87b209
src/components/companies.js
@@ -12,7 +12,7 @@ class Companies extends Component {
12
<div>
13
{companyName.map((companynames, index) => {
14
return (
15
- <p key={companynames.id}>
+ <p key={index}>
16
<Button
17
onClick={() => this.props.deleteCompany(companynames.id)}
18
>
0 commit comments