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
|
||||
onClick={() => {
|
||||
downloadRawLogs(tx)
|
||||
}}>
|
||||
<div onClick={() => downloadRawLogs(tx)}>
|
||||
<Label>Other actions</Label>
|
||||
<ActionButton
|
||||
color="primary"
|
||||
Icon={Download}
|
||||
className={classes.downloadRawLogs}>
|
||||
{'Download raw logs'}
|
||||
Download raw logs
|
||||
</ActionButton>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue