Skip to content
Snippets Groups Projects
Commit ad462038 authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

updated after MR comments

parent 6987c572
No related branches found
No related tags found
2 merge requests!542Prepare 4.1.0,!524Fetch alert and status separate
Pipeline #195866 failed
......@@ -57,7 +57,7 @@ export function HostDetailsView({ hostId, host, alert }) {
<ArrowBackIcon />
</IconButton>
</Box>
{host ? (
{host && (
<>
<AlertBannerList alerts={alert.alerts ?? []} />
<Stack
......@@ -181,7 +181,7 @@ export function HostDetailsView({ hostId, host, alert }) {
variant="overline"
/>
</>
) : null}
)}
</Stack>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment