expandedtx wip
This commit is contained in:
parent
dd3e69781f
commit
4ee254c9ab
|
@ -73,7 +73,11 @@ const TxsTable = (props: Props) => {
|
||||||
</Row>
|
</Row>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
<TableCell style={{ paddingBottom: 0, paddingTop: 0 }} colSpan={6}>
|
<TableCell
|
||||||
|
style={{ paddingBottom: 0, paddingTop: 0 }}
|
||||||
|
colSpan={6}
|
||||||
|
className={classes.extendedTxContainer}
|
||||||
|
>
|
||||||
<Collapse
|
<Collapse
|
||||||
in={expandedTx === row.nonce}
|
in={expandedTx === row.nonce}
|
||||||
timeout="auto"
|
timeout="auto"
|
||||||
|
|
|
@ -11,4 +11,7 @@ export const styles = () => ({
|
||||||
backgroundColor: '#fff3e2',
|
backgroundColor: '#fff3e2',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
extendedTxContainer: {
|
||||||
|
padding: 0,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue