diff --git a/src/Components/Blueprints/BlueprintCard.tsx b/src/Components/Blueprints/BlueprintCard.tsx index b881c22e..48ac1c82 100644 --- a/src/Components/Blueprints/BlueprintCard.tsx +++ b/src/Components/Blueprints/BlueprintCard.tsx @@ -52,7 +52,6 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => { {isLoading && blueprint.id === selectedBlueprintId && ( )} -    {blueprint.name}