1
0
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:
Matthias Hannig
2018-12-16 17:18:59 +01:00
parent 7b8d58fb88
commit 30d559a6b4

View File

@ -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)}