From 1f7d07859424aa5e3a5225cb502a248be4a98093 Mon Sep 17 00:00:00 2001 From: Mohammad Jalali Date: Sat, 18 Nov 2023 11:00:17 +0330 Subject: [PATCH] LFFE-10 remove logs --- src/components/dashboard/reports/LoanDistribution/PieChart.jsx | 1 - src/components/dashboard/reports/LoanDistribution/PolarChart.jsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/dashboard/reports/LoanDistribution/PieChart.jsx b/src/components/dashboard/reports/LoanDistribution/PieChart.jsx index 4475355..b2908c0 100644 --- a/src/components/dashboard/reports/LoanDistribution/PieChart.jsx +++ b/src/components/dashboard/reports/LoanDistribution/PieChart.jsx @@ -5,7 +5,6 @@ import {useTheme} from "@mui/material/styles"; const Pie = ({data}) => { const theme = useTheme(); const windowsWidth = window.innerWidth; - console.log(windowsWidth <= theme.breakpoints.values.sm) const specialOption = { title: { text: undefined, diff --git a/src/components/dashboard/reports/LoanDistribution/PolarChart.jsx b/src/components/dashboard/reports/LoanDistribution/PolarChart.jsx index b821cec..01e4286 100644 --- a/src/components/dashboard/reports/LoanDistribution/PolarChart.jsx +++ b/src/components/dashboard/reports/LoanDistribution/PolarChart.jsx @@ -4,7 +4,6 @@ import {useTheme} from "@mui/material/styles"; const PolarChart = ({data}) => { const theme = useTheme(); const windowsWidth = window.innerWidth; - console.log(windowsWidth <= theme.breakpoints.values.sm) const specialOption = { title: { text: undefined,