Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/hooks/useFeatureOwnership.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ const FEATURE_DATA: Record<string, BaseFeature> = {
feature: 'Onboarding',
owner: ['growth'],
},
'organization-management-deletion': {
feature: 'Organization Management & Deletion',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: feature name should use sentence case per style guide - capitalize only the first word

Suggested change
feature: 'Organization Management & Deletion',
feature: 'Organization management & deletion',
Prompt To Fix With AI
This is a comment left during a code review.
Path: src/hooks/useFeatureOwnership.tsx
Line: 220:220

Comment:
**style:** feature name should use sentence case per style guide - capitalize only the first word

```suggestion
        feature: 'Organization management & deletion',
```

How can I resolve this? If you propose a fix, please make it concise.

owner: ['platform-features'],
},
'path-cleaning': {
feature: 'Path cleaning',
owner: ['web-analytics'],
Expand Down