V2Wizard: Clean up OSCAP info

This removes "component=dl" from the OSCAP information.
This commit is contained in:
regexowl 2024-03-01 14:34:41 +01:00 committed by Klara Simickova
parent 01946fc8c7
commit 2464dab29e

View file

@ -61,7 +61,6 @@ export const OscapProfileInformation = (): JSX.Element => {
<TextListItem component={TextListItemVariants.dd}>
{oscapProfileInfo.openscap?.profile_description}
</TextListItem>
component={TextListVariants.dl}
<TextListItem
component={TextListItemVariants.dt}
className="pf-u-min-width"
@ -71,7 +70,6 @@ export const OscapProfileInformation = (): JSX.Element => {
<TextListItem component={TextListItemVariants.dd}>
{RELEASES.get(release)}
</TextListItem>
component={TextListVariants.dl}
<TextListItem
component={TextListItemVariants.dt}
className="pf-u-min-width"