'use client' import { useEffect, useState } from 'react' import { fetchCriterionTree, type QuaidalControl, type QuaidalCriterionTree } from '../_hooks/useQuaidalData' interface Props { sectionId: string onClose: () => void } function ControlBlock({ ctrl, badgeColor }: { ctrl: QuaidalControl; badgeColor: string }) { return (
{ctrl.description}
{ctrl.source.url && ( BSI-Quelle ansehen ({ctrl.source.framework}) )}{tree.criterion.description}