Skip to content

Commit

Permalink
Fix compact prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Oct 14, 2024
1 parent be637c1 commit b15777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/webview/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const App: React.FC = () => {
violations={violations}
focusedIncident={focusedIncident}
onIncidentSelect={handleIncidentSelect}
compact={true}
compact={false}
expandedViolations={expandedViolations}
setExpandedViolations={setExpandedViolations}
/>
Expand Down

0 comments on commit b15777f

Please sign in to comment.