itizawa 5 лет назад
Родитель
Сommit
7a3a8eecbe
1 измененных файлов с 1 добавлено и 1 удалено
  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;