diff --git a/src/components/pages/audit/audit.page.jsx b/src/components/pages/audit/audit.page.jsx index 918163b..45afbec 100644 --- a/src/components/pages/audit/audit.page.jsx +++ b/src/components/pages/audit/audit.page.jsx @@ -141,35 +141,34 @@ function NoAuditAccess({ features }) { status="warning" title="You do not currently have access to the audit feature of RPS." subTitle="Auditing allows you to instantly and automatically find discrepancies between the data you have recorded in RPS and the scorecard provided to your by your SRA." - extra={ - features.audit_trial ? ( - - ) : ( - - ) - } + extra={[ + , + + ]} /> ); }