diff --git a/frontend/src/static/js/pages/EmbedPage.tsx b/frontend/src/static/js/pages/EmbedPage.tsx index e4ac2573..81187dfa 100644 --- a/frontend/src/static/js/pages/EmbedPage.tsx +++ b/frontend/src/static/js/pages/EmbedPage.tsx @@ -56,11 +56,12 @@ export const EmbedPage: React.FC = () => { )} + {loadedVideo && ( - {(site) => ( + {(site) => ( - )} + )} )}