LFFE-10 remove logs
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user