diff --git a/public/react/src/modules/courses/Video/Video.js b/public/react/src/modules/courses/Video/Video.js index 90a55381f..b082ef25a 100644 --- a/public/react/src/modules/courses/Video/Video.js +++ b/public/react/src/modules/courses/Video/Video.js @@ -193,7 +193,7 @@ class Video extends Component { const { videos, upload, uploadVideo, videoData, changePage, pageSize, page } = this.props; - const operation = admin || business || (is_teacher && this.props.checkIfProfessionalCertification()) + const operation = admin || business; return (