From 50fb20d9d5d8666906287eb299d8a0a75a0c4ccb Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Fri, 19 Sep 2025 13:07:52 +0300 Subject: [PATCH] fix: embed page --- frontend/src/static/js/pages/EmbedPage.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) => ( - )} + )} )}