mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Run prettier on all the files in awx/ui_next
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user