Skip to content

Commit

Permalink
Merge pull request #23259 from hungvu193/fix-23250
Browse files Browse the repository at this point in the history
fix crash while pressing mention

(cherry picked from commit 02b0c29)
  • Loading branch information
MariaHCD authored and OSBotify committed Jul 20, 2023
1 parent 39df26c commit 96badfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function DetailsPage(props) {
avatar: UserUtils.getDefaultAvatar(CONST.ACCOUNT_ID.CONCIERGE),
};
} else {
const optimisticAccountID = UserUtils.generateAccountID();
const optimisticAccountID = UserUtils.generateAccountID(login);
details = {
accountID: optimisticAccountID,
login,
Expand Down

0 comments on commit 96badfc

Please sign in to comment.