mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Improved template to not be invisible
This commit is contained in:
parent
08ecbcf242
commit
f5fa0d3fa5
@ -21,9 +21,10 @@ COMPONENTNAME.prototype.render = function() {
|
||||
return (
|
||||
h('div', {
|
||||
style: {
|
||||
display: 'none',
|
||||
background: 'blue',
|
||||
}
|
||||
}, [
|
||||
'Hello, world!'
|
||||
])
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user