From ff6f0a011fe84063dfae972444b1bc40ba5a27de Mon Sep 17 00:00:00 2001 From: Anton Alexeyev Date: Fri, 11 Jul 2025 23:32:41 +0700 Subject: [PATCH] Don't show Regular Account status (#9530) --- packages/ui/src/components/internal/Root.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/components/internal/Root.svelte b/packages/ui/src/components/internal/Root.svelte index 981026efb8..402858f694 100644 --- a/packages/ui/src/components/internal/Root.svelte +++ b/packages/ui/src/components/internal/Root.svelte @@ -106,6 +106,7 @@ } else { if (_status.code === platform.status.RegularAccount) { readonlyAccount = false + _status = OK } if (readonlyAccount) return if (_status.code === platform.status.ReadOnlyAccount) {