[Improvement] AddressEdit: optimize style (#1676)
This commit is contained in:
@@ -135,7 +135,7 @@ export default create({
|
||||
buttonDisabled() {
|
||||
return (
|
||||
!this.exchangeButtonLoading &&
|
||||
(this.exchangeButtonDisabled ||
|
||||
(this.exchangeButtonDisabled || !this.currentCode ||
|
||||
this.currentCode.length < this.exchangeMinLength)
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user