Skip to content

Commit 4d37358

Browse files
committed
Cleanup
1 parent 2e17a15 commit 4d37358

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

static/app/components/group/groupSummary.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,8 @@ function GroupSummaryPreview({
193193
}
194194
return (
195195
<InsightCard key={card.id}>
196-
<CardTitle preview cardId={card.id}>
197-
<CardTitleIcon cardId={card.id} preview>
198-
{card.icon}
199-
</CardTitleIcon>
196+
<CardTitle>
197+
<CardTitleIcon>{card.icon}</CardTitleIcon>
200198
<CardTitleText>{card.title}</CardTitleText>
201199
</CardTitle>
202200
<CardContentContainer>

0 commit comments

Comments
 (0)