Skip to content

Commit

Permalink
Change name of the function
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jun 14, 2024
1 parent 7d9301a commit 2c6eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const TappingHooksWrapper = ({ children }: { children: React.ReactNode }) => {
}
}, [isLoading])

useSaveTappedPointsAndEnergyNew()
useSaveTappedPointsAndEnergy()

return <>{children}</>
}
Expand Down

0 comments on commit 2c6eb5c

Please sign in to comment.