Explorar o código

delete node_modules from root

sunguroku %!s(int64=5) %!d(string=hai) anos
pai
achega
458f7a6496
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard/src/main/home/templates/Templates.tsx

+ 1 - 0
dashboard/src/main/home/templates/Templates.tsx

@@ -41,6 +41,7 @@ export default class Templates extends Component<PropsType, StateType> {
       if (err) {
       if (err) {
         this.setState({ loading: false, error: true });
         this.setState({ loading: false, error: true });
       } else {
       } else {
+        console.log(res.data)
         this.setState({ porterCharts: res.data, loading: false, error: false });
         this.setState({ porterCharts: res.data, loading: false, error: false });
       }
       }
     });
     });