diff --git a/src/pages/home/report/ReportActionItem.js b/src/pages/home/report/ReportActionItem.js index 66394190fde6..b6d83a558613 100644 --- a/src/pages/home/report/ReportActionItem.js +++ b/src/pages/home/report/ReportActionItem.js @@ -483,19 +483,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 && (