diff --git a/src/components/home/ContinueWatchingSection.tsx b/src/components/home/ContinueWatchingSection.tsx index 69e51e38..599d125c 100644 --- a/src/components/home/ContinueWatchingSection.tsx +++ b/src/components/home/ContinueWatchingSection.tsx @@ -555,9 +555,11 @@ const ContinueWatchingSection = React.forwardRef((props, re > {item.name} - - {isUpNext ? 'Up Next' : `${Math.round(item.progress)}%`} - + {isUpNext && ( + + Up Next + + )} ); })()}