diff --git a/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx b/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx index c386a270e9..7c61e3388e 100644 --- a/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx +++ b/awx/ui_next/src/components/StatusIcon/StatusIcon.jsx @@ -93,42 +93,43 @@ SkippedBottom.displayName = 'SkippedBottom'; const StatusIcon = ({ status, ...props }) => { return ( -
- {status === 'running' && } +
+ {status === 'running' &&
); }; diff --git a/awx/ui_next/src/components/SyncStatusIndicator/SyncStatusIndicator.jsx b/awx/ui_next/src/components/SyncStatusIndicator/SyncStatusIndicator.jsx index 77cb158548..2ccf283576 100644 --- a/awx/ui_next/src/components/SyncStatusIndicator/SyncStatusIndicator.jsx +++ b/awx/ui_next/src/components/SyncStatusIndicator/SyncStatusIndicator.jsx @@ -29,13 +29,21 @@ export default function SyncStatusIndicator({ status, title }) { if (status === 'syncing') { return ( - - - + <> + + {status} + ); } - return ; + return ( + <> +