diff --git a/frontend/src/app/(app)/today/page.tsx b/frontend/src/app/(app)/today/page.tsx index 5d561de..f0e7dd4 100644 --- a/frontend/src/app/(app)/today/page.tsx +++ b/frontend/src/app/(app)/today/page.tsx @@ -221,15 +221,6 @@ export default function TodayPage() { {nudge.today_count === 1 ? "task" : "tasks"} today - {Math.round(nudge.average_completed) > 0 ? ( -
- You usually finish ~{Math.round(nudge.average_completed)} -
- ) : ( -- Let's see what you can do. -
- )} )}