diff --git a/app/(pages)/titles/[id]/_components/title-seasons.tsx b/app/(pages)/titles/[id]/_components/title-seasons.tsx index e176269..37279c6 100644 --- a/app/(pages)/titles/[id]/_components/title-seasons.tsx +++ b/app/(pages)/titles/[id]/_components/title-seasons.tsx @@ -68,7 +68,7 @@ export function TitleSeasons({

Episodes

- {userStatus && userStatus !== "completed" && ( + {userStatus !== "completed" && (
{totalCount > 0 && ( - <> - - {Math.round(progressPercent)}% - -
- -
- +
+ +
)} {totalCount > 0 && watchedCount < totalCount && (