From dcd874616e2a8e304d6c5df39e99bd73fd0ea281 Mon Sep 17 00:00:00 2001 From: PeterYinusa <53189696+PeterYinusa@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:05:40 +0100 Subject: [PATCH] Update wallet-overview.js (#15125) --- ui/components/app/wallet-overview/wallet-overview.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/components/app/wallet-overview/wallet-overview.js b/ui/components/app/wallet-overview/wallet-overview.js index b15a46242..e98accb10 100644 --- a/ui/components/app/wallet-overview/wallet-overview.js +++ b/ui/components/app/wallet-overview/wallet-overview.js @@ -3,7 +3,6 @@ import PropTypes from 'prop-types'; import classnames from 'classnames'; const WalletOverview = ({ balance, buttons, className, icon, loading }) => { - console.log('balance1', balance); return (