We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72818a9 commit 8772768Copy full SHA for 8772768
static/app/components/events/groupingInfo/groupingComponent.tsx
@@ -64,7 +64,6 @@ export const GroupingComponentListItem = styled('li')<{isCollapsible?: boolean}>
64
export const GroupingValue = styled('code')<{
65
valueType: string;
66
contributes?: boolean;
67
- showNonContributing?: boolean;
68
}>`
69
display: inline-block;
70
margin: ${space(0.25)} ${space(0.5)} ${space(0.25)} 0;
0 commit comments