review changes

This commit is contained in:
zeppi 2021-02-05 16:02:25 -05:00 committed by jessopb
parent a2f8646f95
commit f0849b4ce1

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