Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan committed Dec 17, 2024
1 parent a1eac9b commit f00b884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function TransactionsTableRowAction({
const { sanitizedAddress: searchedAddress } =
useTransactionHistoryAddressStore()

const viewingAnotherAddress =
const isViewingAnotherAddress =
connectedAddress &&
searchedAddress &&
connectedAddress.toLowerCase() !== searchedAddress.toLowerCase()
Expand Down Expand Up @@ -177,7 +177,7 @@ export function TransactionsTableRowAction({
tx.destinationChainId
)} once the claim transaction succeeds.`}</span>
}
show={viewingAnotherAddress}
show={isViewingAnotherAddress}
>
<Button
aria-label={`Claim ${formatAmount(Number(tx.value), {
Expand Down

0 comments on commit f00b884

Please sign in to comment.