couple touchups
This commit is contained in:
parent
9afe5fb6ca
commit
ade748af9f
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ const WalletBalance = (props: Props) => {
|
|||
|
||||
<div className="section__actions">
|
||||
<Button button="primary" label={__('Receive Payout')} icon={ICONS.SEND} />
|
||||
<Button button="secondary" label={__('Account Configuration')} icon={ICONS.SETTINGS} navigate={`/$/${PAGES.SETTINGS_STRIPE_CARD}`} />
|
||||
<Button button="secondary" label={__('Account Configuration')} icon={ICONS.SETTINGS} navigate={`/$/${PAGES.SETTINGS_STRIPE_ACCOUNT}`} />
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ const WalletBalance = (props: Props) => {
|
|||
</h2>
|
||||
|
||||
<div className="section__actions">
|
||||
<Button button="secondary" label={__('Manage Cards')} icon={ICONS.SETTINGS} navigate={`/$/${PAGES.SETTINGS_STRIPE_ACCOUNT}`} />
|
||||
<Button button="secondary" label={__('Manage Cards')} icon={ICONS.SETTINGS} navigate={`/$/${PAGES.SETTINGS_STRIPE_CARD}`} />
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
|
|
|
@ -157,7 +157,7 @@ const WalletPage = (props: Props) => {
|
|||
if (1 === 2) {
|
||||
focusAccountHistoryTab();
|
||||
// } else if (tab === 'payment-history'){
|
||||
} else if (1 === 1){
|
||||
} else if (1 === 2){
|
||||
focusPaymentHistoryTab();
|
||||
}
|
||||
}, []);
|
||||
|
|
Loading…
Reference in a new issue