diff --git a/src/pages/home/report/ReportActionItemSingle.js b/src/pages/home/report/ReportActionItemSingle.js index 82d98997e2c3..bc3c0ddcab38 100644 --- a/src/pages/home/report/ReportActionItemSingle.js +++ b/src/pages/home/report/ReportActionItemSingle.js @@ -16,6 +16,7 @@ import Navigation from '../../../libs/Navigation/Navigation'; import ROUTES from '../../../ROUTES'; import {withPersonalDetails} from '../../../components/OnyxProvider'; import Tooltip from '../../../components/Tooltip'; +import ControlSelection from '../../../libs/ControlSelection'; const propTypes = { /** All the data of the action */ @@ -63,7 +64,12 @@ const ReportActionItemSingle = (props) => { return ( - showUserDetails(props.action.actorEmail)}> + showUserDetails(props.action.actorEmail)} + > { {props.showHeader ? ( - showUserDetails(props.action.actorEmail)}> + showUserDetails(props.action.actorEmail)} + > {_.map(personArray, (fragment, index) => (