Fix uppercase label
This commit is contained in:
@@ -28,7 +28,7 @@ export const ProblemHostsDescription = ({ hosts }: ProblemHostsProps) => {
|
||||
const styles = useStyles2(getStyles);
|
||||
return (
|
||||
<>
|
||||
<span className={styles.label}>Host Description: </span>
|
||||
<span className={styles.label}>Host description: </span>
|
||||
{hosts.map((h, i) => (
|
||||
<span key={`${h.hostid}-${i}`}>{h.description}</span>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user