Risk alerts panel in the risk page shows hardcoded alert objects instead of fetching from the API.
Evidence:
web/dashboard/app/risk/page.tsx shows const alerts = [{id:1, message:'...'},...] hardcoded array
File: web/dashboard/app/risk/page.tsx:~1
Agent: FE-011
Risk alerts panel in the risk page shows hardcoded alert objects instead of fetching from the API.
Evidence:
File: web/dashboard/app/risk/page.tsx:~1
Agent: FE-011