Skip to content

Commit

Permalink
delete sms domain when having a v2 mention
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Jun 18, 2024
1 parent 28a115c commit aec646e
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 @@ -581,7 +581,7 @@ export default class ExpensiMark {
return '@Hidden';
}

return `@${extras.accountIDToName[g1]}`;
return `@${Str.removeSMSDomain(extras.accountIDToName[g1])}`;
}
return Str.removeSMSDomain(g2);
},
Expand Down

0 comments on commit aec646e

Please sign in to comment.