fix(frontend): link to device

This commit is contained in:
Leandro Farias 2023-06-05 11:29:37 +00:00
parent 5c00ef6b99
commit 0b7390edc1

View File

@ -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>