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

Commit 2b61b8b

Browse files
authored
Merge pull request #187 from topcoder-platform/fix/video-interview-popup
Remove video from Interview Confirmation popup
2 parents 77f0e42 + 5dcda80 commit 2b61b8b

File tree

1 file changed

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

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ 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-
<video
41-
controls
42-
src={INTERVIEW_POPUP_MEDIA_URL}
43-
styleName="video"
44-
/>
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+
*/
4547
</div>
4648
</SimpleModal>
4749
);

0 commit comments

Comments
 (0)