remove console log
This commit is contained in:
parent
17885eeccd
commit
424583de60
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ const Header = (props: Props) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getWalletTitle() {
|
function getWalletTitle() {
|
||||||
console.log('rounded', roundedBalance);
|
|
||||||
return hideBalance || Number(roundedBalance) === 0 ? (
|
return hideBalance || Number(roundedBalance) === 0 ? (
|
||||||
__('Your Wallet')
|
__('Your Wallet')
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Add table
Reference in a new issue