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 93858d8 commit ca4a4a2Copy full SHA for ca4a4a2
src/components/Layout/Layout.jsx
@@ -144,7 +144,6 @@ class Layout extends React.PureComponent {
144
const leftDrawerPaperClassnames = classNames(classes.drawerPaper, {
145
[`${classes.drawerPaperUnder}`]: !smallScreen && leftDrawerUnder,
146
});
147
- console.log(isDocked(rightDrawerType));
148
const rightDrawerPaperClassnames = classNames(classes.drawerPaper, {
149
[`${classes.drawerPaperUnder}`]: !smallScreen && rightDrawerUnder,
150
[`${classes.rightDrawerDockedFix}`]: isDocked(rightDrawerType), // FIXME remove once material-ui drawer style is fixed
0 commit comments