You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files:app/src/views/HeraldView.tsx, app/src/views/SquadView.tsx
Field name mismatches: scheduledFor vs scheduled_at, agents array vs object. Data never displays correctly. Fix: Align frontend types with backend response shapes.
Ref: PR #70 audit
Files:
app/src/views/HeraldView.tsx,app/src/views/SquadView.tsxField name mismatches:
scheduledForvsscheduled_at, agents array vs object. Data never displays correctly.Fix: Align frontend types with backend response shapes.
Ref: PR #70 audit