Skip to content

Commit

Permalink
Merge pull request #52 from TrustlessComputer/feat/bitcoin-og
Browse files Browse the repository at this point in the history
chore: update code
  • Loading branch information
camewell071 authored Jan 18, 2024
2 parents c7d5475 + 2b318db commit 5871e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/steps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const Steps = () => {
actionText: isNeedClaim ? `Tweet to claim ${formatCurrency(amount.unClaimedPoint, 0, 0)} pts` : 'How much have I spent on sats?',
actionHandle: isNeedClaim ? async () => {
try {
shareBTCOG({ fee: amount.fee, feeUSD: amount.feeUSD, refCode: user?.referral_code });
shareBTCOG({ fee: amount.fee, feeUSD: amount.feeUSD, refCode: user?.referral_code || '' });
await requestClaimBTCPoint(status)
dispatch(requestReload())
} catch (error) {
Expand Down

0 comments on commit 5871e4c

Please sign in to comment.