client/app/bundles/course/video/submission/containers/Charts/HeatMap.jsx
Function render
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
if (this.props.videoDuration === videoDefaults.placeHolderDuration) {
return <LoadingIndicator />;
}
- Create a ticketCreate a ticket