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
|
<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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue