diff --git a/src/components/app-list-item/index.tsx b/src/components/app-list-item/index.tsx index 3cc1a1cd9..e2ff2130d 100644 --- a/src/components/app-list-item/index.tsx +++ b/src/components/app-list-item/index.tsx @@ -2,9 +2,10 @@ import { Button, CircularProgress, Icon, + Tooltip, Typography, } from '@equinor/eds-core-react'; -import { star_filled, star_outlined } from '@equinor/eds-icons'; +import { error_outlined, star_filled, star_outlined } from '@equinor/eds-icons'; import { clsx } from 'clsx'; import { formatDistanceToNow } from 'date-fns'; import * as PropTypes from 'prop-types'; @@ -143,7 +144,7 @@ const AppItemStatus: FunctionComponent = ({ )} - {(environmentActiveComponents || latestJob) && ( + {environmentActiveComponents || latestJob ? ( = ({ }), }} /> + ) : ( + + + )}