Skip to content

Commit

Permalink
Merge pull request Expensify#39452 from dragnoir/37015-fix
Browse files Browse the repository at this point in the history
Fix: Hold reason not bold
  • Loading branch information
robertjchen authored May 28, 2024
2 parents e9f9cd5 + 7940554 commit fe1e16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4505,9 +4505,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

0 comments on commit fe1e16a

Please sign in to comment.