diff --git a/src/Components/CreateImageWizardV2/steps/Oscap/OscapProfileInformation.tsx b/src/Components/CreateImageWizardV2/steps/Oscap/OscapProfileInformation.tsx index 10536fd84..d8e9aa6c5 100644 --- a/src/Components/CreateImageWizardV2/steps/Oscap/OscapProfileInformation.tsx +++ b/src/Components/CreateImageWizardV2/steps/Oscap/OscapProfileInformation.tsx @@ -53,7 +53,6 @@ export const OscapProfileInformation = (): JSX.Element => { {isSuccessOscapProfileInfo && ( <> -
{ {arch} -
); }; @@ -173,7 +172,6 @@ export const FSCList = () => { )} -
); }; @@ -255,7 +253,6 @@ export const TargetEnvAWSList = () => { us-east-1 -
); }; @@ -314,7 +311,6 @@ export const TargetEnvGCPList = () => { )} -
); }; @@ -380,7 +376,6 @@ export const TargetEnvAzureList = () => { {azureResourceGroup} -
); }; @@ -398,10 +393,8 @@ export const TargetEnvOciList = () => { The URL for the built image will be ready to copy -
-
); }; @@ -420,7 +413,6 @@ export const TargetEnvOtherList = () => { Built image will be available for download -
); }; @@ -605,7 +597,6 @@ export const ContentList = ({ -
{duplicatePackages.length > 0 && ( )} - -
); }; @@ -637,7 +626,6 @@ export const RegisterLaterList = () => { Register the system later -
); }; @@ -696,7 +684,6 @@ export const RegisterNowList = () => { -
{isError && ( { )} -
); };