From dd9b4c225ab5ef6edb6b87fb9246ba29f713b21e Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 12 Jun 2024 13:40:27 +0200 Subject: [PATCH] fix: remove stale stats widget (#7353) (#7376) --- .../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 dc3c3ce6253b..62581cea8a11 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) => { - - - - - -