Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Nov 9, 2023
1 parent 2b71f79 commit 8e3475b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const MostRecentTransaction = () => {
if (!seenHistoricalTransactions || !userHistoricalTransactions) {
return false
} else {
return seenHistoricalTransactions.some(
return seenHistoricalTransactions?.some(
(transaction: BridgeTransaction) =>
transaction.kappa ===
(lastHistoricalTransaction.kappa as BridgeTransaction)
Expand Down

0 comments on commit 8e3475b

Please sign in to comment.