fix(create): escape apostrophe in placeholder copy#264
Conversation
Fixes react/no-unescaped-entities lint error introduced in boundlessfi#254.
|
@Benjtalkshow is attempting to deploy a commit to the Threadflow Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe bounty creation page's "Coming Soon" description text is updated to use an HTML-escaped apostrophe ( ChangesText Content Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes the
react/no-unescaped-entitieslint error introduced by #254 onapp/bounty/create/page.tsx:47. The placeholder copy had an unescaped'in "We're" which was failing CI build-and-lint. Replaced withWe're.pnpm lintclean.Summary by CodeRabbit