mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove unused class
This commit is contained in:
parent
14916b022e
commit
789b1db34c
@ -127,7 +127,7 @@ AccountDetailScreen.prototype.render = function() {
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
||||||
h('img.fa-md.cursor-pointer.color-orange', {
|
h('img.cursor-pointer.color-orange', {
|
||||||
src: 'images/download.svg',
|
src: 'images/download.svg',
|
||||||
onClick: () => this.requestAccountExport(selected),
|
onClick: () => this.requestAccountExport(selected),
|
||||||
style:{
|
style:{
|
||||||
|
Loading…
Reference in New Issue
Block a user