diff --git a/README.md b/README.md
index 15da47bd..8f14bc65 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
diff --git a/package.json b/package.json
index bd9837cb..cb56000f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ui",
- "version": "0.24.4",
+ "version": "0.24.5",
"private": true,
"scripts": {
"dev": "react-scripts start",
diff --git a/src/contexts/RobotContext.tsx b/src/contexts/RobotContext.tsx
index 757f8bbd..27d03c95 100644
--- a/src/contexts/RobotContext.tsx
+++ b/src/contexts/RobotContext.tsx
@@ -270,10 +270,6 @@ export default ({ children }: any) => {
setIsVDIConnected(false);
});
- vdiClient?.addEventListener("close", () => {
- setIsVDIConnected(false);
- });
-
typeof isVDIConnected === "boolean" && vdiClient?.close();
return () => {