Browse Source

add unuse

zamis 5 years ago
parent
commit
fb77ffe18e
1 changed files with 1 additions and 6 deletions
  1. 1 6
      src/client/js/components/Page/DisplaySwitcher.jsx

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

@@ -18,15 +18,10 @@ const DisplaySwitcher = (props) => {
     <>
     <>
       <TabContent activeTab={editorMode}>
       <TabContent activeTab={editorMode}>
         <TabPane tabId="view">
         <TabPane tabId="view">
-          {/* <div className="d-lg-none d-md-block "> */}
-          <div className="d-flex justify-content-end border-bottom">
+          <div className="d-lg-none d-md-block d-flex justify-content-end border-bottom">
             <PageAccessories />
             <PageAccessories />
           </div>
           </div>
-          {/* <div>&nbsp;</div>
-            <div className="border-bottom">&nbsp;</div> */}
-          {/* </div> */}
 
 
-          {/* <div className="d-lg-none d-md-block border-bottom">&nbsp; <br /></div> */}
 
 
           <Page />
           <Page />
         </TabPane>
         </TabPane>