Skip to content
Snippets Groups Projects
Commit ea2309a7 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-31: fixed key error

parent 517bf9cc
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
...@@ -110,7 +110,7 @@ class GenericStatus extends Component { ...@@ -110,7 +110,7 @@ class GenericStatus extends Component {
</ul>) </ul>)
} }
errorDetails.push( errorDetails.push(
<React.Fragment key={key}> <React.Fragment key={key + polarization}>
<div><em>{polarization} - {item.error_type}</em></div> <div><em>{polarization} - {item.error_type}</em></div>
{renderDetails} {renderDetails}
</React.Fragment> </React.Fragment>
......
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