fix: remove machine name from props
This commit is contained in:
parent
14effb89bb
commit
a56b9d8fd5
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue