mirror of
https://github.com/cerc-io/mars-interface.git
synced 2024-12-22 12:17:45 +00:00
v1.7.3-hotfix
This commit is contained in:
parent
a44e4c84ea
commit
2e2d14ed4a
@ -100,8 +100,8 @@ export const AssetTable = ({ data, columns, type, disabled = false }: Props) =>
|
|||||||
if (row.depth === 1) {
|
if (row.depth === 1) {
|
||||||
return (
|
return (
|
||||||
<React.Fragment key={`${row.id}_subrow`}>
|
<React.Fragment key={`${row.id}_subrow`}>
|
||||||
<ActionsRow key={`${row.id}_actions`} row={table.getRow(row.id[0])} type={type} />
|
<ActionsRow key={`${row.original.id}_actions`} row={row} type={type} />
|
||||||
<MetricsRow key={`${row.id}_metrics`} row={table.getRow(row.id[0])} type={type} />
|
<MetricsRow key={`${row.original.id}_metrics`} row={row} type={type} />
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user