From 861485107a2444d86485a9de7a2c5357971d9704 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Fri, 19 Sep 2025 13:04:54 +0300 Subject: [PATCH] fix: Check if embed and load the correct react element --- frontend/src/static/js/components/VideoJS/VideoJSEmbed.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/static/js/components/VideoJS/VideoJSEmbed.jsx b/frontend/src/static/js/components/VideoJS/VideoJSEmbed.jsx index dbecb0e0..7021fcf4 100644 --- a/frontend/src/static/js/components/VideoJS/VideoJSEmbed.jsx +++ b/frontend/src/static/js/components/VideoJS/VideoJSEmbed.jsx @@ -214,8 +214,7 @@ const VideoJSEmbed = ({ return (
- des an einai mesa sto modal i sto embed page prota - {/* {inEmbed ?
:
} */} + {inEmbed ?
:
}
); };