diff --git a/src/pages/home/report/ReportActionItemFragment.js b/src/pages/home/report/ReportActionItemFragment.js index 010295c0b0d3..009c1118400b 100644 --- a/src/pages/home/report/ReportActionItemFragment.js +++ b/src/pages/home/report/ReportActionItemFragment.js @@ -19,6 +19,7 @@ import CONST from '../../../CONST'; import applyStrikethrough from '../../../components/HTMLEngineProvider/applyStrikethrough'; import editedLabelStyles from '../../../styles/editedLabelStyles'; import UserDetailsTooltip from '../../../components/UserDetailsTooltip'; +import avatarPropTypes from '../../../components/avatarPropTypes'; const propTypes = { /** Users accountID */ @@ -60,6 +61,9 @@ const propTypes = { /** The accountID of the copilot who took this action on behalf of the user */ delegateAccountID: PropTypes.number, + /** icon */ + actorIcon: avatarPropTypes, + ...windowDimensionsPropTypes, /** localization props */ @@ -79,6 +83,7 @@ const defaultProps = { source: '', style: [], delegateAccountID: 0, + actorIcon: {}, }; function ReportActionItemFragment(props) { @@ -152,6 +157,7 @@ function ReportActionItemFragment(props) { ))}