WESEEK Kaito 6 лет назад
Родитель
Сommit
a43337b7fb
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      src/client/js/components/Admin/Users/ManageExternalAccount.jsx

+ 2 - 4
src/client/js/components/Admin/Users/ManageExternalAccount.jsx

@@ -10,9 +10,7 @@ class ManageExternalAccount extends React.Component {
 
   constructor(props) {
     super(props);
-
-    const { appContainer } = this.props;
-    
+    // TODO GW-417
     this.state = {
     };
   }
@@ -60,7 +58,7 @@ class ManageExternalAccount extends React.Component {
               <th width="70px"></th>
             </tr>
           </thead>
-          {/* TODO GW-328 */}
+          {/* TODO GW-417 */}
         </table>
       </Fragment>
     );