We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2f878 commit fae0062Copy full SHA for fae0062
app/src/components/bottom/MUIProps.tsx
@@ -10,6 +10,7 @@ import makeStyles from '@mui/styles/makeStyles';
10
import MUIPropsSlice, { initialState } from '../../redux/reducers/slice/MUIpropsSlice';
11
12
13
+
14
const MUIProps = ({ isThemeLight }): JSX.Element => {
15
const classes = useStyles(isThemeLight);
16
const dispatch = useDispatch();
@@ -112,7 +113,7 @@ const arrayOfState = Object.keys(initialState);
112
113
114
// console.log(arrayOfState);
115
// const arrayOfState = ['color'];
-// console.log('arrayofstate', arrayOfState);
116
+console.log('arrayofstate', arrayOfState);
117
118
return (
119
<div>
0 commit comments