Set type for render()
This commit is contained in:
@@ -111,7 +111,7 @@ export class Master extends Component<IMasterProps,IMasterState>{
|
|||||||
*
|
*
|
||||||
* @memberof Master
|
* @memberof Master
|
||||||
*/
|
*/
|
||||||
public render() {
|
public render() : React.ReactElement<{}> {
|
||||||
|
|
||||||
const {progress, global} = this.props
|
const {progress, global} = this.props
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user