diff --git a/package.json b/package.json index 1ed736483d..b21aba35b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-react", - "version": "3.15.4", + "version": "3.15.5", "description": "Allowing crypto users manage funds in a safer way", "website": "https://github.com/gnosis/safe-react#readme", "bugs": { diff --git a/src/logic/safe/store/actions/fetchSafe.ts b/src/logic/safe/store/actions/fetchSafe.ts index 370cc44e8b..2930ff9a8a 100644 --- a/src/logic/safe/store/actions/fetchSafe.ts +++ b/src/logic/safe/store/actions/fetchSafe.ts @@ -98,6 +98,8 @@ export const fetchSafe = dispatch(fetchCollectibles(safeAddress)) } + console.log({ txHistoryTag }, safeInfo.txHistoryTag) + if (shouldUpdateTxHistory || shouldUpdateTxQueued || isInitialLoad) { dispatch(fetchTransactions(getNetworkId(), safeAddress)) }