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 committed Feb 24, 2024
1 parent 0130c68 commit fae183c
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 fae183c

Please sign in to comment.