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
  • Loading branch information
MariaHCD authored Jul 20, 2023
2 parents be0b186 + 2ff95c1 commit 02b0c29
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 02b0c29

Please sign in to comment.