Skip to content

Commit

Permalink
Update txHash data
Browse files Browse the repository at this point in the history
  • Loading branch information
mikozet committed Feb 21, 2024
1 parent 54b5421 commit 25dd31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActivityStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const ActivityStreamList = ({
const createdAtDate =
createdAt || DateTime.fromSeconds(timestamp).toISO();

const txHashUpdated = txHash || transactionHash;
const txHashUpdated = txHash || transactionHash || hash;

const item = (
<Grid item key={key} xs={12}>
Expand Down

0 comments on commit 25dd31a

Please sign in to comment.