fix: remove machine name from props

This commit is contained in:
Sérgio Salgado 2021-06-01 16:12:16 +01:00 committed by Josh Harvey
parent 14effb89bb
commit a56b9d8fd5

View file

@ -59,9 +59,7 @@ const MachineStatus = () => {
<div <div
className={classes.machineRedirectContainer} className={classes.machineRedirectContainer}
onClick={() => { onClick={() => {
history.push(`/machines/${m.deviceId}`, { history.push(`/machines/${m.deviceId}`)
selectedMachine: m.name
})
}}> }}>
<MachineRedirectIcon /> <MachineRedirectIcon />
</div> </div>