hotfix for bug

This commit is contained in:
Anthony 2021-07-19 16:56:39 +02:00 committed by Jeremy Kauffman
parent ae2354a0e0
commit fdfa2f1660

View file

@ -476,7 +476,7 @@ function WalletSendTip(props: Props) {
{activeTab === TAB_FIAT && !hasCardSaved && (
<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')}
</h3>
)}