Minor refacto

This commit is contained in:
2024-09-25 22:00:36 +02:00
parent e0f0067e89
commit 821b4644a2
4 changed files with 22 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import { TableCell, TableRow } from "@mui/material";
export function DeviceInfoProperty(p: {
icon?: React.ReactElement;
label: string;
value: string;
value: string | React.ReactElement;
color?: string;
}): React.ReactElement {
return (