Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Senna46 committed Dec 4, 2023
2 parents e31940e + 3f68235 commit c16517b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class VaultComponent implements OnInit, OnChanges {
{
id: 0,
name: 'Unbonding',
description: 'Withdrawal will be received after unbonding time',
description: 'Withdrawal will be received after unbonding time (Under Maintenance)',
icon: 'pending_actions',
disabled: true,
},
Expand Down Expand Up @@ -186,7 +186,7 @@ export class VaultComponent implements OnInit, OnChanges {
this.appWithdraw = new EventEmitter();
this.appWithdrawWithUnbonding = new EventEmitter();
this.appClickChain = new EventEmitter();
this.selectedWithdrawOption = this.withdrawOptions[0];
this.selectedWithdrawOption = this.withdrawOptions[1];
}

ngOnInit(): void {}
Expand Down

0 comments on commit c16517b

Please sign in to comment.