Skip to content

Commit fae0062

Browse files
committed
updated
1 parent 2a2f878 commit fae0062

File tree

3 files changed

+1379
-1375
lines changed

3 files changed

+1379
-1375
lines changed

app/src/components/bottom/MUIProps.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import makeStyles from '@mui/styles/makeStyles';
1010
import MUIPropsSlice, { initialState } from '../../redux/reducers/slice/MUIpropsSlice';
1111

1212

13+
1314
const MUIProps = ({ isThemeLight }): JSX.Element => {
1415
const classes = useStyles(isThemeLight);
1516
const dispatch = useDispatch();
@@ -112,7 +113,7 @@ const arrayOfState = Object.keys(initialState);
112113

113114
// console.log(arrayOfState);
114115
// const arrayOfState = ['color'];
115-
// console.log('arrayofstate', arrayOfState);
116+
console.log('arrayofstate', arrayOfState);
116117

117118
return (
118119
<div>

0 commit comments

Comments
 (0)