{
sx={{
display: "flex",
borderRadius: "8px",
- m: "24px auto 0 0",
+ m: "0 auto 0 0",
}}
onClick={() => updateVideoHandler()}
>
Update Details
-
- {/*
-
-
-
- {highlightedSubtitle.length ? (
- highlightedSubtitle.map((s) => s)
- ) : (
- <>>
- )}
-
-
-
- {fullScreenMode ? (
-
- ) : (
-
- )}
-
-
- {fullScreenMode && (
-
- darkAndLightMood === false
- ? setDarkAndLightMood(true)
- : setDarkAndLightMood(false)
- }
- />
- )}
- */}
@@ -641,14 +387,10 @@ const VideoDialog = ({ open, handleClose, videoDetails }) => {
-
- {/* */}
-
+
>
);
};
-export default VideoDialog;
\ No newline at end of file
+export default VideoDialog;