LFFE-10 remove logs

This commit is contained in:
2023-11-18 11:00:17 +03:30
parent 656b01f82a
commit 1f7d078594
2 changed files with 0 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,