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() {
|
||||
console.log('rounded', roundedBalance);
|
||||
return hideBalance || Number(roundedBalance) === 0 ? (
|
||||
__('Your Wallet')
|
||||
) : (
|
||||
|
|
Loading…
Reference in a new issue