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" > -
+