Skip to content

Commit 8772768

Browse files
committed
remove showNonContributing
1 parent 72818a9 commit 8772768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/components/events/groupingInfo/groupingComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export const GroupingComponentListItem = styled('li')<{isCollapsible?: boolean}>
6464
export const GroupingValue = styled('code')<{
6565
valueType: string;
6666
contributes?: boolean;
67-
showNonContributing?: boolean;
6867
}>`
6968
display: inline-block;
7069
margin: ${space(0.25)} ${space(0.5)} ${space(0.25)} 0;

0 commit comments

Comments
 (0)