1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Prettier formatting

This commit is contained in:
mabashian 2019-10-29 11:03:20 -04:00
parent fc080732d4
commit 64776f97cf

View File

@ -40,9 +40,7 @@ class Templates extends Component {
[`/templates/${template.type}/${template.id}/notifications`]: i18n._(
t`Notifications`
),
[`/templates/${template.type}/${template.id}/access`]: i18n._(
t`Access`
),
[`/templates/${template.type}/${template.id}/access`]: i18n._(t`Access`),
};
this.setState({ breadcrumbConfig });
};