diff --git a/src/pages/home/ReportScreen.js b/src/pages/home/ReportScreen.js index 8464c7a85e70..4571e5318a8b 100644 --- a/src/pages/home/ReportScreen.js +++ b/src/pages/home/ReportScreen.js @@ -292,17 +292,15 @@ class ReportScreen extends React.Component { /> )} - {ReportUtils.isTaskReport(this.props.report) && - this.props.isSmallScreenWidth && - ReportUtils.isOpenTaskReport(this.props.report)( - - - - - + {ReportUtils.isTaskReport(this.props.report) && this.props.isSmallScreenWidth && ReportUtils.isOpenTaskReport(this.props.report) && ( + + + + - , - )} + + + )} {Boolean(this.props.accountManagerReportID) && ReportUtils.isConciergeChatReport(this.props.report) && this.state.isBannerVisible && (