From b494efb8cea8ffd01c712a20c297601bf64f3709 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sun, 13 Oct 2024 11:18:48 +0500 Subject: [PATCH] web: fix `cannot read property instance of undefined` --- apps/web/src/components/auth-container/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/auth-container/index.jsx b/apps/web/src/components/auth-container/index.jsx index c38662a1a..4052b079e 100644 --- a/apps/web/src/components/auth-container/index.jsx +++ b/apps/web/src/components/auth-container/index.jsx @@ -206,7 +206,7 @@ function AuthContainer(props) { > {version.status === "fulfilled" && - version.value.instance !== "default" ? ( + version.value?.instance !== "default" ? ( <> {strings.usingInstance( version.value.instance,