fix(frontend): link to device
This commit is contained in:
parent
5c00ef6b99
commit
0b7390edc1
|
|
@ -100,7 +100,7 @@ export const OverviewLatestOrders = (props) => {
|
||||||
<SvgIcon
|
<SvgIcon
|
||||||
fontSize="small"
|
fontSize="small"
|
||||||
sx={{cursor:'pointer'}}
|
sx={{cursor:'pointer'}}
|
||||||
onClick={()=>router.push("devices/"+order.id)}
|
onClick={()=>router.push("devices/"+order.SN)}
|
||||||
>
|
>
|
||||||
<ArrowTopRightOnSquareIcon />
|
<ArrowTopRightOnSquareIcon />
|
||||||
</SvgIcon>
|
</SvgIcon>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user