From 4a27e8d1dda3fa5aea0abe1182934a03ba031d10 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 20 May 2025 09:51:21 +0200 Subject: [PATCH] :bug: Prevent unkown tokens hint always showing --- common/src/app/common/types/tokens_lib.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/tokens_lib.cljc b/common/src/app/common/types/tokens_lib.cljc index 77f979dadf..98cd2d3025 100644 --- a/common/src/app/common/types/tokens_lib.cljc +++ b/common/src/app/common/types/tokens_lib.cljc @@ -844,7 +844,7 @@ (if (and (not (some? token-type)) (some? token-type-str)) (assoc unknown-tokens child-path token-type-str) unknown-tokens))))) - {} + nil tokens))) (defn flatten-nested-tokens-json