|
|
|
@ -235,7 +235,8 @@ class Video extends Component {
|
|
|
|
|
className="showVideoModal"
|
|
|
|
|
width={800 - 1}
|
|
|
|
|
>
|
|
|
|
|
{videoId && <VideoPanel src={this.state.videourl===null?videoId.file_url:Base64.decode(videoId.file_url)} videoId={videoId.videoId} courseId={CourseId} logWatchHistory={logWatchHistory} />}
|
|
|
|
|
{this.state.videourl===null?'':videoId &&<VideoPanel src={Base64.decode(videoId.file_url)} videoId={videoId.videoId} courseId={CourseId} logWatchHistory={logWatchHistory} />}
|
|
|
|
|
{/* {videoId && <VideoPanel src={Base64.decode(videoId.file_url)} videoId={videoId.videoId} courseId={CourseId} logWatchHistory={logWatchHistory} />} */}
|
|
|
|
|
|
|
|
|
|
{this.props.isAdmin()===false?'':<div className="df copyLine" style={{}}>
|
|
|
|
|
<Input value={_inputValue}
|
|
|
|
|