File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ class Layout extends React.PureComponent {
47
47
stickyFooter : false ,
48
48
leftDrawerOpen : false ,
49
49
leftDrawerUnder : false ,
50
+ rightDrawerOpen : false ,
51
+ rightDrawerUnder : false ,
50
52
} ;
51
53
52
54
handleLeftDrawerClose = ( ) => {
@@ -144,7 +146,6 @@ class Layout extends React.PureComponent {
144
146
const leftDrawerPaperClassnames = classNames ( classes . drawerPaper , {
145
147
[ `${ classes . drawerPaperUnder } ` ] : ! smallScreen && leftDrawerUnder ,
146
148
} ) ;
147
- console . log ( isDocked ( rightDrawerType ) ) ;
148
149
const rightDrawerPaperClassnames = classNames ( classes . drawerPaper , {
149
150
[ `${ classes . drawerPaperUnder } ` ] : ! smallScreen && rightDrawerUnder ,
150
151
[ `${ classes . rightDrawerDockedFix } ` ] : isDocked ( rightDrawerType ) , // FIXME remove once material-ui drawer style is fixed
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ const styles = theme => ({
39
39
easing : theme . transitions . easing . sharp ,
40
40
duration : theme . transitions . duration . leavingScreen ,
41
41
} ) ,
42
- backgroundColor : 'red' ,
43
42
} ,
44
43
mainFixedAppBar : {
45
44
marginTop : 56 ,
You can’t perform that action at this time.
0 commit comments