Skip to content

Commit

Permalink
Merge pull request #767 from CirclesUBI/765-note-of-transfers-not-app…
Browse files Browse the repository at this point in the history
…earing-in-activity-log

765 note of transfers not appearing in activity log
  • Loading branch information
llunaCreixent authored Feb 26, 2024
2 parents e1a007b + f3327f0 commit 2c7f1f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/activity/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function mergeActivities(currentActivities, newActivities) {
createdAt: DateTime.fromSeconds(activity.timestamp).toISO(),
data: activity.data,
type: activity.type,
txHash: activity.transactionHash,
});

// Generate a hash so we can compare it
Expand Down

0 comments on commit 2c7f1f9

Please sign in to comment.