refactor: remove syntactic sugar
This commit is contained in:
parent
800b007fb1
commit
c4bf83ab9e
1 changed files with 2 additions and 5 deletions
|
|
@ -260,16 +260,13 @@ const DetailsRow = ({ it: tx }) => {
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{
|
{
|
||||||
<div
|
<div onClick={() => downloadRawLogs(tx)}>
|
||||||
onClick={() => {
|
|
||||||
downloadRawLogs(tx)
|
|
||||||
}}>
|
|
||||||
<Label>Other actions</Label>
|
<Label>Other actions</Label>
|
||||||
<ActionButton
|
<ActionButton
|
||||||
color="primary"
|
color="primary"
|
||||||
Icon={Download}
|
Icon={Download}
|
||||||
className={classes.downloadRawLogs}>
|
className={classes.downloadRawLogs}>
|
||||||
{'Download raw logs'}
|
Download raw logs
|
||||||
</ActionButton>
|
</ActionButton>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue