fix(email): show full sender name when it starts with "The"#2413
fix(email): show full sender name when it starts with "The"#2413evanhutnik merged 1 commit intomainfrom
Conversation
Previously getFirstName would truncate "The Vanta Team" to just "The". Now returns the full name for senders starting with "The ". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Changes
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
Summary
getFirstNameinblock-email/util/name.tsto return the full sender name when it starts with "The " (e.g. "The Vanta Team") instead of truncating to just "The"