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,