1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix react warning on create-vault-complete

This commit is contained in:
Kevin Serrano 2017-06-26 14:01:09 -07:00
parent 8b5b2d8329
commit 31da623c21
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -20,7 +20,7 @@ function mapStateToProps (state) {
CreateVaultCompleteScreen.prototype.render = function () {
var state = this.props
var seed = state.seed || state.cachedSeed
var seed = state.seed || state.cachedSeed || ''
return (