-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enhance key usage and improve username handling
- src/sections/user/profile-header.tsx: - Append unique identifiers to keys in social, share, and partner links. - Add specific keys for Snackbar components to prevent remounting issues. - src/sections/user/view/user-profile-view.tsx: - Include a unique key for Tabs based on profile ID for better rendering. - src/components/loginModal/profileFormView.tsx: - Convert username input to lowercase before setting the field value, ensuring consistent casing.
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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