From 5225452bfda0f6d379a92a4177a5ad468367d7a1 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Tue, 11 Jun 2024 12:39:24 +0200 Subject: [PATCH] fix: remove stale stats widget (#7353) --- .../ProjectInsightsStats/ProjectInsightsStats.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx b/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx index dc3c3ce625..62581cea8a 100644 --- a/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx +++ b/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx @@ -9,7 +9,7 @@ import { useRequiredPathParam } from 'hooks/useRequiredPathParam'; const StyledBox = styled(Box)(({ theme }) => ({ display: 'grid', gap: theme.spacing(2), - gridTemplateColumns: 'repeat(5, 1fr)', + gridTemplateColumns: 'repeat(4, 1fr)', flexWrap: 'wrap', [theme.breakpoints.down('lg')]: { gridTemplateColumns: 'repeat(2, 1fr)', @@ -105,18 +105,6 @@ export const ProjectInsightsStats = ({ stats }: IProjectStatsProps) => { - - - - - -