diff --git a/src/pages/home/report/ReportActionItem.js b/src/pages/home/report/ReportActionItem.js index 97cedeaea9f2..12588845214b 100644 --- a/src/pages/home/report/ReportActionItem.js +++ b/src/pages/home/report/ReportActionItem.js @@ -488,19 +488,6 @@ function ReportActionItem(props) { action={props.action} displayAsGroup={props.displayAsGroup} isHidden={isHidden} - style={[ - _.contains( - [ - ..._.values(CONST.REPORT.ACTIONS.TYPE.POLICYCHANGELOG), - CONST.REPORT.ACTIONS.TYPE.IOU, - CONST.REPORT.ACTIONS.TYPE.APPROVED, - CONST.REPORT.ACTIONS.TYPE.MOVED, - ], - props.action.actionName, - ) - ? styles.colorMuted - : undefined, - ]} /> {hasBeenFlagged && (