Minor refacto
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user