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;
}