mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
Fix Custom Token Delete (#717)
This commit is contained in:
parent
b939e8ceda
commit
bcd85ee3a2
@ -54,7 +54,7 @@ export default class TokenRow extends React.Component<Props, State> {
|
|||||||
{!!custom && (
|
{!!custom && (
|
||||||
<img
|
<img
|
||||||
src={removeIcon}
|
src={removeIcon}
|
||||||
className="TokenRow-balance-remove"
|
className="TokenRow-symbol-remove"
|
||||||
title="Remove Token"
|
title="Remove Token"
|
||||||
onClick={this.onRemove}
|
onClick={this.onRemove}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user