diff --git a/README.md b/README.md index 36715e46..908940b0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ node - release + release language diff --git a/package.json b/package.json index cbd2777d..b6f792a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.22.1", + "version": "0.22.2", "private": true, "scripts": { "dev": "react-scripts start", diff --git a/src/components/Connections/Connections.tsx b/src/components/Connections/Connections.tsx index 7bb81a96..f233f856 100644 --- a/src/components/Connections/Connections.tsx +++ b/src/components/Connections/Connections.tsx @@ -3,6 +3,7 @@ import StateCell from "../TableInformationCells/StateCell"; import { useKeycloak } from "@react-keycloak/web"; import useRobot from "../../hooks/useRobot"; import { ReactElement } from "react"; +import { envApplication } from "../../helpers/envProvider"; export default function Connections(): ReactElement { const { responseRobot, isSettedCookie } = useRobot(); @@ -10,18 +11,20 @@ export default function Connections(): ReactElement { return (
-
- - -
+ {!envApplication && ( +
+ + +
+ )}