diff --git a/src/components/ReportActionItem/IOUQuote.js b/src/components/ReportActionItem/IOUQuote.js index 7ddedc4a4511..e59093a95aed 100644 --- a/src/components/ReportActionItem/IOUQuote.js +++ b/src/components/ReportActionItem/IOUQuote.js @@ -45,7 +45,7 @@ const IOUQuote = props => ( focusable={props.shouldAllowViewDetails} > - + {/* Get first word of IOU message */} {Str.htmlDecode(fragment.text.split(' ')[0])}