Skip to content

Commit db6cedc

Browse files
Use native html player until reactjs player is ready
1 parent 790e646 commit db6cedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Carousels/Carousels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Carousels({
1414
<div className="ui container" style={{ marginTop: '1em' }}>
1515
<div className="ui grid">
1616
<div className="ui column">
17-
<VideoDetail3
17+
<VideoDetail
1818
video={video}
1919
handleVideoSelect={handleVideoSelect}
2020
setHistoryPager={setHistoryPager}

0 commit comments

Comments
 (0)