review changes

This commit is contained in:
zeppi 2021-02-05 16:02:25 -05:00
parent ba141f762b
commit bed618c95e

View file

@ -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'),
})
);