fix typo Nember to Member by vas3a · Pull Request #1639 · topcoder-platform/work-manager
Navigation Menu
{{ message }}
topcoder-platform / work-manager Public
- Notifications You must be signed in to change notification settings
- Fork 51
Open
fix typo Nember to Member#1639
vas3a wants to merge 2 commits intotest-ai-budyfrom
fix typo Nember to Member#1639
vas3a wants to merge 2 commits intotest-ai-budyfrom
Conversation
Copy link Copy Markdown
Collaborator
vas3a
commented
Apr 11, 2025
vas3a
commented
Fix typo in codebase, change "Nember" to "Member"
vas3a added 2 commits
April 11, 2025 16:54github-actions bot reviewed Apr 11, 2025
| } | ||
| {this.state.showWarningModal && ( | ||
| <AlertModal | ||
| <AlertsModal |
Copy link Copy Markdown
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
high
correctness
The component name was changed from AlertModal to AlertsModal. Ensure that the new component AlertsModal is correctly imported at the top of the file and that it exists in the codebase. If this change was unintentional, it could lead to runtime errors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment