diff --git a/src/panel-triggers/components/Problems/ProblemHosts.tsx b/src/panel-triggers/components/Problems/ProblemHosts.tsx index db5b792..8ae0c05 100644 --- a/src/panel-triggers/components/Problems/ProblemHosts.tsx +++ b/src/panel-triggers/components/Problems/ProblemHosts.tsx @@ -28,7 +28,7 @@ export const ProblemHostsDescription = ({ hosts }: ProblemHostsProps) => { const styles = useStyles2(getStyles); return ( <> - Host Description:  + Host description:  {hosts.map((h, i) => ( {h.description} ))}