浏览代码

add missing comments

AlexiCauvin 7 年前
父节点
当前提交
95dc3c21f3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/component/Workspace/Folder.jsx

+ 2 - 2
src/component/Workspace/Folder.jsx 查看文件

159
             </div>
159
             </div>
160
           </div>
160
           </div>
161
 
161
 
162
-          <div className='col-5 col-sm-5 col-md-5 col-lg-4 col-xl-3 d-none'>
162
+          {/* <div className='col-5 col-sm-5 col-md-5 col-lg-4 col-xl-3 d-none'>
163
             <div className='folder__header__contenttype d-none d-sm-flex'>
163
             <div className='folder__header__contenttype d-none d-sm-flex'>
164
               <div className='folder__header__contenttype__text d-none d-lg-flex'>
164
               <div className='folder__header__contenttype__text d-none d-lg-flex'>
165
                 {t('Folder.content_type')} :
165
                 {t('Folder.content_type')} :
191
               isLast={isLast && i === folderData.content.length - 1}
191
               isLast={isLast && i === folderData.content.length - 1}
192
               key={c.id}
192
               key={c.id}
193
             />
193
             />
194
-          )}
194
+          )} */}
195
         </div>
195
         </div>
196
       </div>
196
       </div>
197
     )
197
     )