diff --git a/browser/main/Main.js b/browser/main/Main.js index e08e1488..d2e5e630 100644 --- a/browser/main/Main.js +++ b/browser/main/Main.js @@ -21,7 +21,7 @@ function focused () { } // the width of the navigation bar when it is folded/collapsed -const foldedNavigationWidth = 44; +const foldedNavigationWidth = 44 class Main extends React.Component {