hotfix for bug
This commit is contained in:
parent
ae2354a0e0
commit
fdfa2f1660
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ function WalletSendTip(props: Props) {
|
||||||
|
|
||||||
{activeTab === TAB_FIAT && !hasCardSaved && (
|
{activeTab === TAB_FIAT && !hasCardSaved && (
|
||||||
<h3 className="add-card-prompt">
|
<h3 className="add-card-prompt">
|
||||||
<Button navigates={`/$/${PAGES.SETTINGS_STRIPE_CARD}`} label={__('Add a Card')} button="link" />
|
<Button navigate={`/$/${PAGES.SETTINGS_STRIPE_CARD}`} label={__('Add a Card')} button="link" />
|
||||||
{' '}{__('To Tip Creators')}
|
{' '}{__('To Tip Creators')}
|
||||||
</h3>
|
</h3>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue