We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952e750 commit e859eaaCopy full SHA for e859eaa
apps/web/ui/partners/bounties/claim-bounty-modal.tsx
@@ -626,8 +626,7 @@ function ClaimBountyModalContent({ bounty }: ClaimBountyModalProps) {
626
/>
627
<div className="mt-1 text-left">
628
<span className="text-xs text-neutral-500">
629
- {BOUNTY_MAX_SUBMISSION_DESCRIPTION_LENGTH -
630
- description.length}{" "}
+ {description.length}{" "}
631
/ {BOUNTY_MAX_SUBMISSION_DESCRIPTION_LENGTH}
632
</span>
633
</div>
0 commit comments