Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 8, 2024
1 parent decbb9d commit d6662bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/History/Details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ export default function DetailsPage({ navigation, route }: THistoryEntryPageProp

// used in interval to check if token is spent while qr sheet is open
const checkPayment = async () => {
l('checking if token has been spent')
l('checking if token has been spent promise')
const isSpendable = await isTokenSpendable(value)
setSpent(!isSpendable)
if (!isSpendable) {
Expand Down

0 comments on commit d6662bc

Please sign in to comment.