Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Hold reason not bold #39452

Merged
merged 10 commits into from
May 28, 2024
4 changes: 2 additions & 2 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4504,9 +4504,9 @@ function buildOptimisticHoldReportActionComment(comment: string, created = DateU
actorAccountID: currentUserAccountID,
message: [
{
type: CONST.REPORT.MESSAGE.TYPE.TEXT,
style: 'normal',
type: CONST.REPORT.MESSAGE.TYPE.COMMENT,
text: comment,
html: comment, // as discussed on https://github.com/Expensify/App/pull/39452 we will not support HTML for now
},
],
person: [
Expand Down
Loading