More stripe integration2 #6734

Closed
mayeaux wants to merge 50 commits from more-stripe-integration2 into master
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 3426f20a47 - Show all commits

View file

@ -78,12 +78,11 @@ const WalletBalance = (props: Props) => {
actions={
<>
<h2 className="section__title--small">
<Icon size="12" icon={ICONS.FINANCE} />
413 Received Total
$413 Received Total
</h2>
<h2 className="section__title--small">
$100 Already Withdrawn!!!!
$100 Withdrawn
<Button
button="link"
label={detailsExpanded ? __('View less') : __('View more')}

View file

@ -2,7 +2,7 @@
import React from 'react';
import { withRouter } from 'react-router';
import WalletBalance from 'component/walletBalance';
import WalletFiatBalance from 'component/WalletFiatBalance';
import WalletFiatBalance from 'component/walletFiatBalance';
import TxoList from 'component/txoList';
import Page from 'component/page';
import Spinner from 'component/spinner';