Skip to content

Commit

Permalink
Fix wrong data used
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jul 12, 2024
1 parent be4f0e6 commit 5a99d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/MemeOnReviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function MemeOnReviewModal({
: `${
tokenomics?.socialActionPrice.createCommentPoints
} points have been used. We received ${
count ?? 0
count?.unapproved ?? 0
} memes from you! Now we need a bit of time to finish review you as a verified creator.`

return (
Expand Down

0 comments on commit 5a99d8b

Please sign in to comment.