fixed unbonding issue
This commit is contained in:
parent
aec1bd0d9b
commit
eea6e4361f
@ -346,7 +346,9 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
this.walletUnbonding = this.formatToken(newTokens)
|
if (newTokens.length > 0) {
|
||||||
|
this.walletUnbonding = this.formatToken(newTokens)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user