fixed the product icon in the device wizard

This commit is contained in:
csawatzky 2025-04-24 11:35:11 -06:00
parent d610e763c3
commit 08b100d035

View file

@ -210,13 +210,14 @@ export default function DeviceWizard(props: Props) {
};
const setupCard = () => {
const deviceIcon = GetDeviceProductIcon(device)
return (
<Card className={classes.card} raised>
<CardHeader
avatar={
<Avatar
variant="square"
src={GetDeviceProductIcon(device.settings)}
src={deviceIcon}
className={classes.avatarIcon}
alt={"devIcon"}
/>