This commit is contained in:
Frankie 2016-11-10 22:20:58 -08:00
parent b60992b446
commit b60f51dfc2
1 changed files with 2 additions and 1 deletions

View File

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