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