Fix build

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-16 16:50:57 +04:00
parent f4a027e719
commit f62a2cb494
5 changed files with 17 additions and 10 deletions

View File

@@ -136,8 +136,6 @@ type RowProps = {
name: string;
category: string;
id: string;
inherentRiskScore: number;
residualRiskScore: number;
};
linkedRisks: Set<string>;
disabled?: boolean;