From 783497a379e3fdd4f67e941cabe389b47117be27 Mon Sep 17 00:00:00 2001 From: Kaloyan Manolov Date: Thu, 21 May 2026 16:43:02 +0300 Subject: [PATCH] feat: make cat blocks available to everyone --- packages/scratch-gui/src/lib/settings/theme/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/scratch-gui/src/lib/settings/theme/index.js b/packages/scratch-gui/src/lib/settings/theme/index.js index 7e3c44952e1..a88bfb96883 100644 --- a/packages/scratch-gui/src/lib/settings/theme/index.js +++ b/packages/scratch-gui/src/lib/settings/theme/index.js @@ -24,9 +24,7 @@ const themeMap = { }, [CAT_BLOCKS_THEME]: { label: messages[CAT_BLOCKS_THEME], - // TODO: This should probably also depend on `isTimeTravel2020`, - // but it should be fine to stay as-is for now. - isAvailable: userInfo => userInfo.hasActiveMembership + isAvailable: () => true } };