File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Resizable } from 're-resizable';
5
5
6
6
// const IPC = require('electron').ipcRenderer;
7
7
8
- const BottomPanel = ( { style } ) => {
8
+ const BottomPanel = ( ) => {
9
9
return (
10
10
< Resizable
11
11
enable = { {
@@ -14,7 +14,7 @@ const BottomPanel = ({ style }) => {
14
14
minHeight = { '25%' }
15
15
>
16
16
< div className = "bottom-panel" >
17
- < BottomTabs style = { style } />
17
+ < BottomTabs />
18
18
</ div >
19
19
</ Resizable >
20
20
) ;
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ const AppContainer = () => {
20
20
< MuiThemeProvider theme = { theme } >
21
21
< div className = "app-container" >
22
22
< styleContext . Provider value = { { style, setStyle } } >
23
- < LeftContainer style = { style } />
24
- < MainContainer style = { style } />
25
- < RightContainer style = { style } />
23
+ < LeftContainer />
24
+ < MainContainer />
25
+ < RightContainer />
26
26
</ styleContext . Provider >
27
27
</ div >
28
28
</ MuiThemeProvider >
You can’t perform that action at this time.
0 commit comments