Ivan Galakhov 4 tahun lalu
induk
melakukan
cc6285fc29
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      dashboard/src/main/home/Home.tsx

+ 0 - 3
dashboard/src/main/home/Home.tsx

@@ -90,9 +90,6 @@ class Home extends Component<PropsType, StateType> {
   };
 
   getCapabilities = () => {
-    let { currentProject } = this.props;
-    if (!currentProject) return;
-
     api
       .getCapabilities("<token>", {}, {})
       .then((res) => {