mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
improved key
This commit is contained in:
@ -89,7 +89,7 @@ class LookupRoutesTable extends React.Component {
|
||||
|
||||
let routesView = routes.map((r,i) => {
|
||||
return (
|
||||
<tr key={`${r.network}_${i}`}>
|
||||
<tr key={i}>
|
||||
{routesColumnsOrder.map(col => {
|
||||
return (<RouteColumn key={col}
|
||||
onClick={() => this.showAttributesModal(r)}
|
||||
|
Reference in New Issue
Block a user