From b41b13b4c30c10bae3265f18b1e284be25d25d79 Mon Sep 17 00:00:00 2001 From: gearnode Date: Thu, 27 Mar 2025 08:07:19 +0100 Subject: [PATCH] Style close #63 Signed-off-by: gearnode --- .../src/pages/organizations/frameworks/FrameworkView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx b/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx index 308dfdb2e..de58fbae2 100644 --- a/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx +++ b/apps/console/src/pages/organizations/frameworks/FrameworkView.tsx @@ -13,7 +13,7 @@ import { ChevronRight, Clock, Plus, - ShieldCheck, + X, } from "lucide-react"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; @@ -215,7 +215,7 @@ function FrameworkViewContent({ case "incomplete": return ; case "not-applicable": - return ; + return ; default: return null; }