From 93d994affa8b3b2eac6465b63626a42719f54f0a Mon Sep 17 00:00:00 2001 From: regexowl Date: Wed, 28 May 2025 08:57:17 +0200 Subject: [PATCH] Blueprints: Make blueprint cards selectable Highlighting the card on select got broken during the migration. This fixes the issue. --- src/Components/Blueprints/BlueprintCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Blueprints/BlueprintCard.tsx b/src/Components/Blueprints/BlueprintCard.tsx index a392b8e1..6ec46644 100644 --- a/src/Components/Blueprints/BlueprintCard.tsx +++ b/src/Components/Blueprints/BlueprintCard.tsx @@ -36,6 +36,7 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => { <>