Skip to content

Commit

Permalink
updated usermention for testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhildewoolkar authored Oct 11, 2023
1 parent 6ea9327 commit 41efe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExpensiMark.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default class ExpensiMark {
if (!Str.isValidMention(match)) {
return match;
}
return `<mention-user>${match}</mention-user>`;
return `<mention-user>${match.toLowerCase()}</mention-user>`;
},
},

Expand Down

0 comments on commit 41efe8e

Please sign in to comment.