From 4b71110a959943434d81eb393828b3abd283f461 Mon Sep 17 00:00:00 2001 From: Tejas Panchal Date: Thu, 31 Jul 2025 22:35:03 +0530 Subject: [PATCH] updated continue watching --- src/components/continue/ContinueWatching.jsx | 63 ++++++++++---------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/src/components/continue/ContinueWatching.jsx b/src/components/continue/ContinueWatching.jsx index 3d18696..4d7d77b 100644 --- a/src/components/continue/ContinueWatching.jsx +++ b/src/components/continue/ContinueWatching.jsx @@ -20,7 +20,6 @@ const ContinueWatching = () => { setWatchList(data); }, []); - // Memoize watchList to avoid unnecessary re-renders const memoizedWatchList = useMemo(() => watchList, [watchList]); const removeFromWatchList = (episodeId) => { @@ -36,37 +35,37 @@ const ContinueWatching = () => { if (memoizedWatchList.length === 0) return null; return ( -
-
-
- -

+
+
+
+ +

Continue Watching

-
- -
-
+
{ key={index} className="text-center flex justify-center items-center" > -
+