1
0
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:
Dan Finlay 2016-06-16 16:49:10 -07:00
parent 08ecbcf242
commit f5fa0d3fa5

View File

@ -21,9 +21,10 @@ COMPONENTNAME.prototype.render = function() {
return (
h('div', {
style: {
display: 'none',
background: 'blue',
}
}, [
'Hello, world!'
])
)
}