make prettier adjustments to things the pf v4 codemod tool broke

This commit is contained in:
John Mitchell
2020-06-10 13:23:26 -04:00
parent 781869a436
commit 826b03b78e
64 changed files with 169 additions and 158 deletions

View File

@@ -15,7 +15,9 @@ class NotificationTemplates extends Component {
return (
<Fragment>
<PageSection variant={light} className="pf-m-condensed">
<Title size="2xl" headingLevel="h2">{i18n._(t`Notification Templates`)}</Title>
<Title size="2xl" headingLevel="h2">
{i18n._(t`Notification Templates`)}
</Title>
</PageSection>
<PageSection />
</Fragment>