'use client' import type { ConsentStats } from '../_types' export function StatsTab({ consentStats }: { consentStats: ConsentStats }) { return (

Statistiken

{consentStats.activeConsents}
Aktive Zustimmungen
{consentStats.documentCount}
Dokumente
0 ? 'text-orange-600' : 'text-slate-900'}`}> {consentStats.openDSRs}
Offene DSR-Anfragen

Zustimmungsrate nach Dokument

Diagramm wird in einer zukuenftigen Version verfuegbar sein
) }