Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
v3.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 1, 2021
1 parent f2efbef commit e9b3f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions src/logic/safe/store/actions/fetchSafe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ export const fetchSafe =
dispatch(fetchCollectibles(safeAddress))
}

console.log({ txHistoryTag }, safeInfo.txHistoryTag)

if (shouldUpdateTxHistory || shouldUpdateTxQueued || isInitialLoad) {
dispatch(fetchTransactions(getNetworkId(), safeAddress))
}
Expand Down

0 comments on commit e9b3f44

Please sign in to comment.