mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove dead style code
This commit is contained in:
parent
773b36b0de
commit
8dc6aa9c4c
@ -24,9 +24,6 @@ Copyable.prototype.render = function () {
|
|||||||
return h(Tooltip, {
|
return h(Tooltip, {
|
||||||
title: copied ? 'Copied!' : 'Copy',
|
title: copied ? 'Copied!' : 'Copy',
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
style: {
|
|
||||||
cursor: 'pointer',
|
|
||||||
},
|
|
||||||
}, h('span', {
|
}, h('span', {
|
||||||
style: {
|
style: {
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
Loading…
Reference in New Issue
Block a user