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
className={classes.machineRedirectContainer}
onClick={() => {
history.push(`/machines/${m.deviceId}`, {
selectedMachine: m.name
})
history.push(`/machines/${m.deviceId}`)
}}>
<MachineRedirectIcon />
</div>