couple touchups
This commit is contained in:
parent
5b20e99fd8
commit
81fa79301d
3 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ const WalletBalance = (props: Props) => {
|
||||||
|
|
||||||
<div className="section__actions">
|
<div className="section__actions">
|
||||||
<Button button="primary" label={__('Receive Payout')} icon={ICONS.SEND} />
|
<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>
|
</div>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@ const WalletBalance = (props: Props) => {
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div className="section__actions">
|
<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>
|
</div>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
|
@ -157,7 +157,7 @@ const WalletPage = (props: Props) => {
|
||||||
if (1 === 2) {
|
if (1 === 2) {
|
||||||
focusAccountHistoryTab();
|
focusAccountHistoryTab();
|
||||||
// } else if (tab === 'payment-history'){
|
// } else if (tab === 'payment-history'){
|
||||||
} else if (1 === 1){
|
} else if (1 === 2){
|
||||||
focusPaymentHistoryTab();
|
focusPaymentHistoryTab();
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
|
Loading…
Add table
Reference in a new issue