Skip to content

Commit

Permalink
Fix location txn sign approval showing when none exists. (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarlreetz authored Sep 28, 2023
1 parent b7d1915 commit 3988c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/txnDelegation/useSolTxns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ const useSolTxns = (heliumAddress: string, solanaTransactions?: string) => {
)

const assertData = useMemo(() => {
if (!transactionList.length) return

let location: string | undefined
let elevation: number | undefined
let gain: number | undefined
Expand Down

0 comments on commit 3988c13

Please sign in to comment.