Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com>
  • Loading branch information
aldo-expensify and roryabraham authored Jun 28, 2022
1 parent 66d1e79 commit a732f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const ReportActionItemFragment = (props) => {
if (html !== text) {
if (props.source === 'email') {
// Messages from email replies usually have complex HTML structure and they don't rely in white-space: pre to preserve spacing,
// instead, the normally use &nbsp;
// instead, they normally use &nbsp;
return (
<RenderHTML
html={`<email-comment>${html + (props.fragment.isEdited ? '<edited></edited>' : '')}</email-comment>`}
Expand Down

0 comments on commit a732f4b

Please sign in to comment.