Browse Source

Remove commented code

Tatiana Inama 6 năm trước cách đây
mục cha
commit
745efcbaa8
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      src/Admin.tsx

+ 0 - 8
src/Admin.tsx

@@ -555,12 +555,4 @@ const ViewResponse: React.FunctionComponent<{response: StateData}> = ({ response
   )
   )
 }
 }
 
 
-// <th rowSpan={canvas.length} scope="rowGroup">{id}</th>
-// <th rowSpan={canvas.length} scope="rowGroup">{VALUES.AGE[personalInformation.age]}</th>
-// <th rowSpan={canvas.length} scope="rowGroup">{personalInformation.gender[0]}</th>
-// <th rowSpan={canvas.length} scope="rowGroup">{personalInformation.levelEducation.map(e => VALUES.EDUCATION[e])}</th>
-// <th rowSpan={canvas.length} scope="rowGroup">{personalInformation.birthPlace}</th>
-// <th rowSpan={canvas.length} scope="rowGroup">{personalInformation.currentPlace}</th>
-// <th rowSpan={canvas.length} scope="rowGroup">{VALUES.NON_NATIVE[personalInformation.nonNative]  || '-'}</th>
-
 export default Admin;
 export default Admin;