diff --git a/samples/react-hero-webpart/src/webparts/heroWebpart/components/HeroWebpart.tsx b/samples/react-hero-webpart/src/webparts/heroWebpart/components/HeroWebpart.tsx index 17ab84b0a..b2eb9edf2 100644 --- a/samples/react-hero-webpart/src/webparts/heroWebpart/components/HeroWebpart.tsx +++ b/samples/react-hero-webpart/src/webparts/heroWebpart/components/HeroWebpart.tsx @@ -68,6 +68,15 @@ export default class HeroWebpart extends React.Component { if(this.state.items.length<=0){ this._getItems();