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