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