Run prettier on all the files in awx/ui_next

This commit is contained in:
mabashian
2019-06-28 09:26:11 -04:00
parent 051bbcaeb5
commit 55ce409a12
182 changed files with 3000 additions and 2747 deletions

View File

@@ -8,16 +8,14 @@ import {
} from '@patternfly/react-core';
class NotificationTemplates extends Component {
render () {
render() {
const { i18n } = this.props;
const { light, medium } = PageSectionVariants;
return (
<Fragment>
<PageSection variant={light} className="pf-m-condensed">
<Title size="2xl">
{i18n._(t`Notification Templates`)}
</Title>
<Title size="2xl">{i18n._(t`Notification Templates`)}</Title>
</PageSection>
<PageSection variant={medium} />
</Fragment>