Summary
Remove the conditional "failed today" banner on the dashboard that prompts the user to ask Optio to investigate.
Location
apps/web/src/app/page.tsx, lines ~119-139 — the block guarded by (taskStats?.failed ?? 0) > 0 that renders a button wiring into optioChat.setPrefillInput(...).
After removing, also drop any now-unused imports (Bot from lucide, optioChat if unused elsewhere on this page).
Summary
Remove the conditional "failed today" banner on the dashboard that prompts the user to ask Optio to investigate.
Location
apps/web/src/app/page.tsx, lines ~119-139 — the block guarded by(taskStats?.failed ?? 0) > 0that renders a button wiring intooptioChat.setPrefillInput(...).After removing, also drop any now-unused imports (
Botfrom lucide,optioChatif unused elsewhere on this page).