Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 253f5e2

Browse files
authored
Merge pull request #188 from topcoder-platform/fix/video-interview-popup
Remove embedded video
2 parents 2b61b8b + e363f21 commit 253f5e2

File tree

1 file changed

+0
-7
lines changed
  • src/routes/PositionDetails/components/InterviewConfirmPopup

1 file changed

+0
-7
lines changed

src/routes/PositionDetails/components/InterviewConfirmPopup/index.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ function InterviewConfirmPopup({ open, onClose }) {
3737
If you have any issues with scheduling, please contact
3838
<a href="mailto:[email protected]"> [email protected]</a>.
3939
</p>
40-
/* Commenting out the video UI control for now as there is no appropriate video clip to be embedded
41-
* <video
42-
* controls
43-
* src={INTERVIEW_POPUP_MEDIA_URL}
44-
* styleName="video"
45-
* />
46-
*/
4740
</div>
4841
</SimpleModal>
4942
);

0 commit comments

Comments
 (0)