fixed the product icon in the device wizard
This commit is contained in:
parent
d610e763c3
commit
08b100d035
1 changed files with 2 additions and 1 deletions
|
|
@ -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"}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue