diff --git a/vscode/src/webview/components/App.tsx b/vscode/src/webview/components/App.tsx index 53be7d77..a482f3f8 100644 --- a/vscode/src/webview/components/App.tsx +++ b/vscode/src/webview/components/App.tsx @@ -167,7 +167,7 @@ const App: React.FC = () => { violations={violations} focusedIncident={focusedIncident} onIncidentSelect={handleIncidentSelect} - compact={true} + compact={false} expandedViolations={expandedViolations} setExpandedViolations={setExpandedViolations} />