fixing naming
This commit is contained in:
parent
4f14e017fe
commit
cd873486da
2 changed files with 3 additions and 4 deletions
|
@ -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')}
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue