Skip to content

Commit 1721252

Browse files
committed
Remove unnecessary installations count
1 parent f260413 commit 1721252

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/AppCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ export const AppCard: FC<AppCardProps> = ({ app, installations, token, enterpris
304304
{usageInfo.status === 'active' ? 'Active' : usageInfo.status === 'inactive' ? 'Inactive' : 'Unknown'}
305305
</UsageBadge>
306306
)}
307-
<CounterLabel>{installations.length} installation(s)</CounterLabel>
308307
{expanded ? <ChevronUpIcon /> : <ChevronDownIcon />}
309308
</CardHeaderActions>
310309
</CardHeader>

0 commit comments

Comments
 (0)