mirror of
https://github.com/trezor/trezor-wallet
synced 2025-08-05 05:15:28 +00:00
Remove button prop
This commit is contained in:
parent
3a6b99aef1
commit
28598f1f43
@ -78,7 +78,6 @@ class AddedToken extends Component<> {
|
|||||||
<RemoveTokenButton
|
<RemoveTokenButton
|
||||||
isTransparent
|
isTransparent
|
||||||
onClick={() => this.props.removeToken(this.props.token)}
|
onClick={() => this.props.removeToken(this.props.token)}
|
||||||
text=""
|
|
||||||
icon={{
|
icon={{
|
||||||
type: ICONS.CLOSE,
|
type: ICONS.CLOSE,
|
||||||
size: 23,
|
size: 23,
|
||||||
|
Loading…
Reference in New Issue
Block a user