Remove the download button for now.
parent
f5322f00e3
commit
a7ad92db9c
|
@ -307,7 +307,7 @@ export default function VideoPlayerPage({
|
||||||
<Row className="mb-3">
|
<Row className="mb-3">
|
||||||
<Col sm={12} md={7}>
|
<Col sm={12} md={7}>
|
||||||
<ButtonGroup>
|
<ButtonGroup>
|
||||||
<DownloadButton id={id} fileName={fileName} />
|
{/* <DownloadButton id={id} fileName={fileName} /> */}
|
||||||
{
|
{
|
||||||
sourceVideoURL
|
sourceVideoURL
|
||||||
? (
|
? (
|
||||||
|
|
Loading…
Reference in New Issue