diff --git a/src/Components/CreateImageWizard/steps/Oscap/Oscap.tsx b/src/Components/CreateImageWizard/steps/Oscap/Oscap.tsx index 35ab3be1..910bd596 100644 --- a/src/Components/CreateImageWizard/steps/Oscap/Oscap.tsx +++ b/src/Components/CreateImageWizard/steps/Oscap/Oscap.tsx @@ -42,18 +42,6 @@ const Oscap = ({ majorVersion }: OscapPropTypes) => { )} {complianceType === 'openscap' ? : } {oscapProfile && } - {oscapProfile && ( - - Selecting an OpenSCAP profile will cause the appropriate packages, - file system configuration, kernel arguments, and services to be added - to your image. - - )} ); };