Skip to content

Commit

Permalink
Remove redundant variable from txHashUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
mikozet authored and llunaCreixent committed Feb 26, 2024
1 parent dc39ca3 commit f3327f0
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 || hash;
const txHashUpdated = txHash || transactionHash;

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

0 comments on commit f3327f0

Please sign in to comment.