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