Explorar o código

getLengendData()->getLegendData() (#1392)

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
拷钉 %!s(int64=8) %!d(string=hai) anos
pai
achega
02f062408f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Charts/Radar/index.js

+ 1 - 1
src/components/Charts/Radar/index.js

@@ -13,7 +13,7 @@ export default class Radar extends Component {
 
   componentDidMount() {
     requestAnimationFrame(() => {
-      this.getLengendData();
+      this.getLegendData();
     });
   }