1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
This commit is contained in:
Frankie 2016-11-10 22:20:58 -08:00
parent b60992b446
commit b60f51dfc2

View File

@ -173,6 +173,7 @@ function warningIfExists (warning) {
return h('.error', { return h('.error', {
style: { style: {
margin: 'auto', margin: 'auto',
}}, warning) },
}, warning)
} }
} }