diff --git a/apps/console/src/pages/FrameworkListPage.tsx b/apps/console/src/pages/FrameworkListPage.tsx index f407bc061..a8ade05ff 100644 --- a/apps/console/src/pages/FrameworkListPage.tsx +++ b/apps/console/src/pages/FrameworkListPage.tsx @@ -95,7 +95,7 @@ function FrameworkListPageContent({

Framework

-
+
{frameworks.map((framework) => { const validatedControls = framework.controls.edges.filter( (edge) => edge?.node?.state === "IMPLEMENTED",