You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify translation key detection in ExpandableMessage component
This commit further refines the error message display by:
1. Removing redundant check for message === id since isMessageTranslationKey already handles this case
2. Simplifying the condition for displaying translated messages
These changes make the code more maintainable and easier to understand.
0 commit comments