Browse Source

Update Page.jsx

itizawa 5 years ago
parent
commit
7a3a8eecbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Page.jsx

+ 1 - 1
src/client/js/components/Page.jsx

@@ -129,7 +129,7 @@ class Page extends React.Component {
 
   render() {
     const { appContainer, pageContainer } = this.props;
-    const isMobile = appContainer.isMobile;
+    const { isMobile } = appContainer;
     const isLoggedIn = appContainer.currentUser != null;
     const { markdown } = pageContainer.state;