From 64776f97cfe919680c94a4728d5743c1112de247 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 29 Oct 2019 11:03:20 -0400 Subject: [PATCH] Prettier formatting --- awx/ui_next/src/screens/Template/Templates.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/awx/ui_next/src/screens/Template/Templates.jsx b/awx/ui_next/src/screens/Template/Templates.jsx index 6c54778e77..85e1ae4a83 100644 --- a/awx/ui_next/src/screens/Template/Templates.jsx +++ b/awx/ui_next/src/screens/Template/Templates.jsx @@ -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 }); };