From bed618c95ee7c70df21960e4c7faed2142686fc8 Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 5 Feb 2021 16:02:25 -0500 Subject: [PATCH] review changes --- src/redux/actions/wallet.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/redux/actions/wallet.js b/src/redux/actions/wallet.js index 838ccfa..b8bbe0f 100644 --- a/src/redux/actions/wallet.js +++ b/src/redux/actions/wallet.js @@ -639,7 +639,6 @@ export const doCheckPendingTxs = () => (dispatch, getState) => { if (noLongerPendingConsolidate.includes(pendingConsTxid)) { dispatch( doToast({ - title: __('Wallet Job'), message: __('Your wallet is finished consolidating'), }) ); @@ -647,7 +646,6 @@ export const doCheckPendingTxs = () => (dispatch, getState) => { if (noLongerPendingConsolidate.includes(pendingMassCLaimTxid)) { dispatch( doToast({ - title: __('Wallet Job'), message: __('Your tips have been collected'), }) );