Skip to content

Commit

Permalink
Fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Sep 17, 2024
1 parent 3c5eb76 commit ccf775b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dapp/src/components/AcrePointsClaimModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ export function AcrePointsClaimModalBase() {
await animate(sequence)
}

// eslint-disable-next-line no-void
void handleAnimation()
logPromiseFailure(handleAnimation())
}, [scope, animate, steps])

const { closeModal } = useModal()
Expand Down

0 comments on commit ccf775b

Please sign in to comment.