V2Wizard: Clean up OSCAP info
This removes "component=dl" from the OSCAP information.
This commit is contained in:
parent
01946fc8c7
commit
2464dab29e
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue