fix gateway click thorough from gateway version field

This commit is contained in:
fmtabbara
2023-03-09 14:45:45 +00:00
parent 94a451c79b
commit b3b3279345
+3 -3
View File
@@ -153,9 +153,9 @@ export const PageGateways: FCWithChildren = () => {
renderCell: (params: GridRenderCellParams) => (
<MuiLink
sx={{ ...cellStyles }}
href={`${NYM_BIG_DIPPER}/account/${params.value}`}
target="_blank"
data-testid="owner"
component={RRDLink}
to={`/network-components/gateway/${params.row.identity_key}`}
data-testid="version"
>
{params.value}
</MuiLink>