mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-29 17:32:20 +00:00
[WIFI-12585] Fix entity button on device page
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ucentral-client",
|
||||
"version": "2.10.0(37)",
|
||||
"version": "2.10.0(38)",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ucentral-client",
|
||||
"version": "2.10.0(37)",
|
||||
"version": "2.10.0(38)",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^2.0.18",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ucentral-client",
|
||||
"version": "2.10.0(37)",
|
||||
"version": "2.10.0(38)",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"main": "index.tsx",
|
||||
|
||||
@@ -112,7 +112,7 @@ const DeviceDetails = ({ serialNumber }: Props) => {
|
||||
</GridItem>
|
||||
<GridItem colSpan={1}>
|
||||
{getTag.data?.extendedInfo?.entity?.name ? (
|
||||
<Link isExternal href={goToProvUi(`entity/${getTag.data?.subscriber}`)}>
|
||||
<Link isExternal href={goToProvUi(`entity/${getTag.data?.entity}`)}>
|
||||
{getTag.data?.extendedInfo?.entity?.name}
|
||||
</Link>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user