From 49579d75c6b8ba03556b9208e207c8a63de36529 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 24 Sep 2024 13:42:56 +0200 Subject: [PATCH] Simplify as this --- common/src/app/common/types/tokens_lib.cljc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/src/app/common/types/tokens_lib.cljc b/common/src/app/common/types/tokens_lib.cljc index 50b17c9c96..bad4c38600 100644 --- a/common/src/app/common/types/tokens_lib.cljc +++ b/common/src/app/common/types/tokens_lib.cljc @@ -500,10 +500,7 @@ set-groups themes active-themes')) - (TokensLib. sets - set-groups - themes - active-themes))) + this)) (deactivate-theme [_ group name] (TokensLib. sets