Skip to content

Commit

Permalink
Fix shop error
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Jan 14, 2025
1 parent 4229e96 commit 992c87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mani/app/(tabs)/shop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default function Shop() {

const onSelectPriceInDollars = (dollarAmount: PaymentAmount) => {
if (!user || !privateUser) return
setError(null)
const { status, message } = getVerificationStatus(user, privateUser)
if (status !== 'error') {
setCheckoutAmount(dollarAmount)
Expand Down

0 comments on commit 992c87a

Please sign in to comment.