From 04c77a8532f7f45cb38d796518951da30cac7517 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 17 Mar 2025 14:17:03 +0100 Subject: [PATCH] :fire: Remove unused double token resolve operation on sidebar --- frontend/src/app/main/ui/workspace/tokens/sidebar.cljs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs b/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs index a2d35b10d..788886cd3 100644 --- a/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs @@ -266,10 +266,6 @@ (ctob/get-active-themes-set-tokens tokens-lib) {})) - ;; Resolve tokens as second step - active-theme-tokens - (sd/use-resolved-tokens* active-theme-tokens) - ;; This only checks for the currently explicitly selected set ;; name, it is ephimeral and can be nil selected-token-set-name