diff --git a/src/components/ReportActionItem/IOUQuote.js b/src/components/ReportActionItem/IOUQuote.js index e59093a95ae..11544cbc60d 100644 --- a/src/components/ReportActionItem/IOUQuote.js +++ b/src/components/ReportActionItem/IOUQuote.js @@ -49,7 +49,10 @@ const IOUQuote = props => ( {/* Get first word of IOU message */} {Str.htmlDecode(fragment.text.split(' ')[0])} - + {/* Get remainder of IOU message */} {Str.htmlDecode(fragment.text.substring(fragment.text.indexOf(' ')))}