From 64018a71bb24cfd49179d149df64f089617c4bd5 Mon Sep 17 00:00:00 2001 From: Daniel Sami Date: Fri, 6 Mar 2020 15:41:10 -0500 Subject: [PATCH] used lint --- awx/ui_next/src/components/DetailList/UserDateDetail.jsx | 2 +- awx/ui_next/src/screens/Host/HostDetail/HostDetail.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui_next/src/components/DetailList/UserDateDetail.jsx b/awx/ui_next/src/components/DetailList/UserDateDetail.jsx index 589c9b64f6..b16e03c147 100644 --- a/awx/ui_next/src/components/DetailList/UserDateDetail.jsx +++ b/awx/ui_next/src/components/DetailList/UserDateDetail.jsx @@ -6,7 +6,7 @@ import { formatDateString } from '@util/dates'; import Detail from './Detail'; import { SummaryFieldUser } from '../../types'; -function UserDateDetail({ label, date, user, dataCy = null}) { +function UserDateDetail({ label, date, user, dataCy = null }) { const dateStr = formatDateString(date); const username = user ? user.username : ''; return ( diff --git a/awx/ui_next/src/screens/Host/HostDetail/HostDetail.jsx b/awx/ui_next/src/screens/Host/HostDetail/HostDetail.jsx index 84e85130b2..630e18d19e 100644 --- a/awx/ui_next/src/screens/Host/HostDetail/HostDetail.jsx +++ b/awx/ui_next/src/screens/Host/HostDetail/HostDetail.jsx @@ -79,12 +79,12 @@ function HostDetail({ host, i18n, onUpdateHost }) { css="padding-bottom: 40px" /> - + } label={i18n._(t`Activity`)} /> - + {inventory && (